summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 19:37:31 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 20:35:09 +0200
commit807d9dae5d93a5f3589465e24b833f3885e83762 (patch)
tree14a4efdb991a2ffeae5c67af16dc24fa7d86ac4b /kde-apps/kaccounts-integration
parentkde5-functions.eclass: Raise KDE_APPS_MINIMAL to 18.04.3 (diff)
downloadgentoo-807d9dae5d93a5f3589465e24b833f3885e83762.tar.gz
gentoo-807d9dae5d93a5f3589465e24b833f3885e83762.tar.bz2
gentoo-807d9dae5d93a5f3589465e24b833f3885e83762.zip
kde-apps/kaccounts-integration: KAccountsMacros.cmake needs intltool
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
Diffstat (limited to 'kde-apps/kaccounts-integration')
-rw-r--r--kde-apps/kaccounts-integration/kaccounts-integration-18.08.2-r1.ebuild (renamed from kde-apps/kaccounts-integration/kaccounts-integration-18.08.2.ebuild)7
1 files 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
index 9d9f33cc91d1..0b2e528f3179 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"