kde-apps/kaccounts-integration: KAccountsMacros.cmake needs intltool
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 11 Oct 2018 17:37:31 +0000 (19:37 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 11 Oct 2018 18:35:09 +0000 (20:35 +0200)
Upstream commit 3b3842d1576076de8652b9d2744e6785014bbc5a

Closes: https://bugs.gentoo.org/668304
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

kde-apps/kaccounts-integration/kaccounts-integration-18.08.2-r1.ebuild [moved from kde-apps/kaccounts-integration/kaccounts-integration-18.08.2.ebuild with 90% similarity]

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 9d9f33cc91d13645e56e2b252f0f9863962312bf..0b2e528f3179b7f3f39b0b0fcd23325ae612413c 100644 (file)
@@ -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"