summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEttore Di Giacinto <mudler@gentoo.org>2017-12-09 12:12:18 +0100
committerEttore Di Giacinto <mudler@gentoo.org>2017-12-09 12:23:13 +0100
commit6003f4e873f902c49bf43ff1560e1d6077b285c4 (patch)
tree1172d8384cb8e48f2cdbc7284f75daf51231f55e
parentapp-admin/packagekit-gtk: update SRC_URI, bug #640326 (diff)
downloadgentoo-6003f4e873f902c49bf43ff1560e1d6077b285c4.tar.gz
gentoo-6003f4e873f902c49bf43ff1560e1d6077b285c4.tar.bz2
gentoo-6003f4e873f902c49bf43ff1560e1d6077b285c4.zip
app-admin/packagekit: Bump to 1.1.7
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r--app-admin/packagekit/packagekit-1.1.7.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-admin/packagekit/packagekit-1.1.7.ebuild b/app-admin/packagekit/packagekit-1.1.7.ebuild
new file mode 100644
index 000000000000..8d79dcc1d57c
--- /dev/null
+++ b/app-admin/packagekit/packagekit-1.1.7.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="PackageKit Package Manager interface (meta package)"
+HOMEPAGE="http://www.packagekit.org/"
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="gtk qt5"
+
+RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} )
+ qt5? ( >=app-admin/packagekit-qt-0.9.6 )"
+
+DEPEND="${RDEPEND}"