diff options
Diffstat (limited to 'kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild')
| -rw-r--r-- | kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild b/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild index 0dd931ab4f5..5c5c23732f9 100644 --- a/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild +++ b/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit kde5 @@ -12,7 +12,10 @@ LICENSE="LGPL-2.1" KEYWORDS="" IUSE="google" -RDEPEND=" +BDEPEND=" + virtual/pkgconfig +" +DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep ki18n) @@ -29,9 +32,7 @@ RDEPEND=" $(add_qt_dep qtwebkit) ) " -DEPEND="${RDEPEND} - virtual/pkgconfig -" +RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( |
