diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-13 03:05:21 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-26 21:28:03 +0100 |
commit | 7c106284b53fbcf6fecd6339f79d016ce56e7e40 (patch) | |
tree | 1814081523a740f9e558dde0f5df5bd6445f90c7 /sys-libs/kpmcore/kpmcore-9999.ebuild | |
parent | dev-db/kdb: EAPI-7 bump (diff) | |
download | kde-7c106284b53fbcf6fecd6339f79d016ce56e7e40.tar.gz kde-7c106284b53fbcf6fecd6339f79d016ce56e7e40.tar.bz2 kde-7c106284b53fbcf6fecd6339f79d016ce56e7e40.zip |
sys-libs/kpmcore: EAPI-7 bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs/kpmcore/kpmcore-9999.ebuild')
-rw-r--r-- | sys-libs/kpmcore/kpmcore-9999.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sys-libs/kpmcore/kpmcore-9999.ebuild b/sys-libs/kpmcore/kpmcore-9999.ebuild index 939d20df5d..1c52ce4323 100644 --- a/sys-libs/kpmcore/kpmcore-9999.ebuild +++ b/sys-libs/kpmcore/kpmcore-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 @@ -16,7 +16,8 @@ LICENSE="GPL-3" SLOT="5/8" IUSE="" -RDEPEND=" +BDEPEND="virtual/pkgconfig" +DEPEND=" $(add_frameworks_dep kauth) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep ki18n) @@ -24,9 +25,10 @@ RDEPEND=" $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) - || ( app-crypt/qca[botan] app-crypt/qca[ssl] ) + || ( + app-crypt/qca[botan] + app-crypt/qca[ssl] + ) >=sys-apps/util-linux-2.32 " -DEPEND="${RDEPEND} - virtual/pkgconfig -" +RDEPEND="${DEPEND}" |