summaryrefslogtreecommitdiff
path: root/app-admin
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-04-16 14:46:01 +0200
committerJohannes Huber <johu@gentoo.org>2016-04-16 14:49:41 +0200
commit4b390c284634dad928781d7db9060749796a4f0c (patch)
tree7c56389fc7472bb5cf4a9a640f84f919727dcc84 /app-admin
parentfc7b23131c7832c4fa5100080ab584f083043c94 (diff)
downloadgentoo-4b390c284634dad928781d7db9060749796a4f0c.tar.gz
gentoo-4b390c284634dad928781d7db9060749796a4f0c.tar.xz
app-admin/packagekit: Update RDEPEND
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/packagekit/packagekit-1.0.11-r1.ebuild (renamed from app-admin/packagekit/packagekit-1.0.11.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/packagekit/packagekit-1.0.11.ebuild b/app-admin/packagekit/packagekit-1.0.11-r1.ebuild
index 51785c3a3bb..53d2fdd495c 100644
--- a/app-admin/packagekit/packagekit-1.0.11.ebuild
+++ b/app-admin/packagekit/packagekit-1.0.11-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI=6
DESCRIPTION="PackageKit Package Manager interface (meta package)"
HOMEPAGE="http://www.packagekit.org/"
@@ -14,6 +14,6 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE="gtk qt4"
RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} )
- qt4? ( >=app-admin/packagekit-qt-0.9 )"
+ qt4? ( >=app-admin/packagekit-qt-0.9[qt5(-)] )"
DEPEND="${RDEPEND}"