diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-01 17:39:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-01 23:05:23 +0200 |
commit | 11c422f1a0397dbaf5ffe66634d5cb3724c941eb (patch) | |
tree | 9c06ef8f1e3ea0e5ffbd21aac317ccdef94dc926 | |
parent | kde-apps/kaccounts-integration: Add PDEPEND=kde-apps/kaccounts-providers (diff) | |
download | gentoo-11c422f1a0397dbaf5ffe66634d5cb3724c941eb.tar.gz gentoo-11c422f1a0397dbaf5ffe66634d5cb3724c941eb.tar.bz2 gentoo-11c422f1a0397dbaf5ffe66634d5cb3724c941eb.zip |
kde-apps/kaccounts-integration: RDEPEND on signon-kwallet-extension:6
This package already depends on kde-frameworks/kwallet so in this case
we do not introduce a perceived extra dependency. It is also where Arch
Linux chose to put it.
Closes: https://bugs.gentoo.org/642420
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild index c5ef489f3129..b67d834279e3 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild @@ -55,9 +55,11 @@ DEPEND="${COMMON_DEPEND} >=kde-frameworks/kcmutils-${KF5MIN}:5 ) " -# KAccountsMacros.cmake needs intltool +# KAccountsMacros.cmake needs intltool; TODO: Watch: +# https://invent.kde.org/network/kaccounts-integration/-/merge_requests/61 RDEPEND="${COMMON_DEPEND} dev-util/intltool + kde-apps/signon-kwallet-extension:6 " BDEPEND="sys-devel/gettext" PDEPEND=">=kde-apps/kaccounts-providers-${PVCUT}:6" |