commit: 807d9dae5d93a5f3589465e24b833f3885e83762 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: Thu Oct 11 18:35:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807d9dae
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 ...tion-18.08.2.ebuild => kaccounts-integration-18.08.2-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2-r1.ebuild similarity index 90% rename from kde-apps/kaccounts-integration/kaccounts-integration-18.08.2.ebuild rename to kde-apps/kaccounts-integration/kaccounts-integration-18.08.2-r1.ebuild index 9d9f33cc91d..0b2e528f317 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2-r1.ebuild @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1" KEYWORDS="~amd64 ~arm ~x86" 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"
