commit: aaaf93a62af8e3fd3e8de088c8826d48f17767f2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Oct 11 17:37:31 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Oct 23 18:48:49 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aaaf93a6
kde-apps/kaccounts-integration: KAccountsMacros.cmake needs intltool Upstream commit 3b3842d1576076de8652b9d2744e6785014bbc5a Closes: https://bugs.gentoo.org/668304 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../kaccounts-integration-18.08.49.9999.ebuild | 9 ++++++--- kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-18.08.49.9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-18.08.49.9999.ebuild index 9004903bca..f72ced11e0 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-18.08.49.9999.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-18.08.49.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1" KEYWORDS="" IUSE="" -RDEPEND=" +COMMON_DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) @@ -29,11 +29,14 @@ RDEPEND=" >=net-libs/libaccounts-glib-1.21 net-libs/signond " -DEPEND="${RDEPEND} +DEPEND="${COMMON_DEPEND} $(add_frameworks_dep kcmutils) $(add_plasma_dep kde-cli-tools) sys-devel/gettext " +RDEPEND="${COMMON_DEPEND} + dev-util/intltool +" # bug #549444 RESTRICT+=" test" diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild index 9004903bca..f72ced11e0 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1" KEYWORDS="" IUSE="" -RDEPEND=" +COMMON_DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) @@ -29,11 +29,14 @@ RDEPEND=" >=net-libs/libaccounts-glib-1.21 net-libs/signond " -DEPEND="${RDEPEND} +DEPEND="${COMMON_DEPEND} $(add_frameworks_dep kcmutils) $(add_plasma_dep kde-cli-tools) sys-devel/gettext " +RDEPEND="${COMMON_DEPEND} + dev-util/intltool +" # bug #549444 RESTRICT+=" test"
