diff options
author | 2024-01-08 19:49:56 +0100 | |
---|---|---|
committer | 2024-01-08 21:03:49 +0100 | |
commit | 2278736c13462521148d7773215ef2013a4b03d5 (patch) | |
tree | 7938afcb9e635845d79e97aea62cd6447221cde3 /kde-apps | |
parent | kde-frameworks/purpose: Add missing BDEPEND (diff) | |
download | gentoo-2278736c13462521148d7773215ef2013a4b03d5.tar.gz gentoo-2278736c13462521148d7773215ef2013a4b03d5.tar.bz2 gentoo-2278736c13462521148d7773215ef2013a4b03d5.zip |
kde-apps/ktp-accounts-kcm: Add missing BDEPEND
kaccounts_add_service (from kaccounts-integration) is using dev-util/intltool
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3-r2.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3-r2.ebuild index 240a5b972551..2e16cc1ad72e 100644 --- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3-r2.ebuild +++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3-r2.ebuild @@ -45,6 +45,7 @@ RDEPEND="${COMMON_DEPEND} >=kde-apps/kaccounts-providers-${PVCUT}:5 net-im/telepathy-connection-managers " +BDEPEND="dev-util/intltool" src_configure() { local mycmakeargs=( |