commit: 3f877550863a22b17e4673dfdd686dd2e2e827b2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 8 18:45:57 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 18:45:57 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3f877550
kde-frameworks/purpose: Add missing BDEPEND
kaccounts_add_service (from kaccounts-integration) is using dev-util/intltool
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/purpose/purpose-5.114.0.ebuild | 1 +
kde-frameworks/purpose/purpose-5.239.9999.ebuild | 1 +
kde-frameworks/purpose/purpose-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-frameworks/purpose/purpose-5.114.0.ebuild
b/kde-frameworks/purpose/purpose-5.114.0.ebuild
index 4e19398996..28c14dc14b 100644
--- a/kde-frameworks/purpose/purpose-5.114.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.114.0.ebuild
@@ -47,6 +47,7 @@ RDEPEND="${DEPEND}
bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
kaccounts? ( >=net-libs/accounts-qml-0.7-r3[qt5(-)] )
"
+BDEPEND="kaccounts? ( dev-util/intltool )"
src_prepare() {
ecm_src_prepare
diff --git a/kde-frameworks/purpose/purpose-5.239.9999.ebuild
b/kde-frameworks/purpose/purpose-5.239.9999.ebuild
index 8c8db49bb2..32d2376987 100644
--- a/kde-frameworks/purpose/purpose-5.239.9999.ebuild
+++ b/kde-frameworks/purpose/purpose-5.239.9999.ebuild
@@ -47,6 +47,7 @@ RDEPEND="${DEPEND}
bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
kaccounts? ( >=net-libs/accounts-qml-0.7-r3[qt5(-)] )
"
+BDEPEND="kaccounts? ( dev-util/intltool )"
src_prepare() {
ecm_src_prepare
diff --git a/kde-frameworks/purpose/purpose-9999.ebuild
b/kde-frameworks/purpose/purpose-9999.ebuild
index d138cc18a4..81d5ccb21b 100644
--- a/kde-frameworks/purpose/purpose-9999.ebuild
+++ b/kde-frameworks/purpose/purpose-9999.ebuild
@@ -40,6 +40,7 @@ RDEPEND="${DEPEND}
bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
kaccounts? ( >=net-libs/accounts-qml-0.7-r3[qt6] )
"
+BDEPEND="kaccounts? ( dev-util/intltool )"
src_prepare() {
ecm_src_prepare