From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0952D158086 for ; Tue, 16 Nov 2021 07:35:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 783BDE0833; Tue, 16 Nov 2021 07:35:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FC43E0833 for ; Tue, 16 Nov 2021 07:35:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FD5D342D60 for ; Tue, 16 Nov 2021 07:35:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD85A1E6 for ; Tue, 16 Nov 2021 07:35:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1637047242.add9bfeacfd18cd937015bcc0cd43aa2921ae1e4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/mailcommon/mailcommon-9999.ebuild X-VCS-Directories: kde-apps/mailcommon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: add9bfeacfd18cd937015bcc0cd43aa2921ae1e4 X-VCS-Branch: master Date: Tue, 16 Nov 2021 07:35:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 71f78332-eee6-4dc8-8f31-062c679ba816 X-Archives-Hash: ac3826198872809aa941068850c310b4 commit: add9bfeacfd18cd937015bcc0cd43aa2921ae1e4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 16 07:20:42 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 16 07:20:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=add9bfea kde-apps/mailcommon: Drop unused (B)DEPENDs Upstream commits: f70598778400c3ba39147b310c76fa600b873853 76ee778dca2d7f04ffc54e0b37186e6e875cfd4a Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/mailcommon/mailcommon-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild index 7d2a9c00c2..e94e6770fb 100644 --- a/kde-apps/mailcommon/mailcommon-9999.ebuild +++ b/kde-apps/mailcommon/mailcommon-9999.ebuild @@ -30,7 +30,6 @@ DEPEND=" >=kde-apps/akonadi-${PVCUT}:5 >=kde-apps/akonadi-contacts-${PVCUT}:5 >=kde-apps/akonadi-mime-${PVCUT}:5 - >=kde-apps/grantleetheme-${PVCUT}:5 >=kde-apps/kmailtransport-${PVCUT}:5 >=kde-apps/kmime-${PVCUT}:5 >=kde-apps/kpimtextedit-${PVCUT}:5 @@ -58,4 +57,3 @@ DEPEND=" >=media-libs/phonon-4.11.0 " RDEPEND="${DEPEND}" -BDEPEND="dev-libs/libxslt"