diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-01-03 13:39:41 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-01-03 14:11:09 +0100 |
commit | cc3dd723687acec26f51e93ce064a7a316e0d61c (patch) | |
tree | 828b055898b42c91bd8450d3d44bd5895c35cd88 /app-admin/packagekit | |
parent | dev-lang/rakudo: Bump, patches thanks to flussence (diff) | |
download | gentoo-cc3dd723687acec26f51e93ce064a7a316e0d61c.tar.gz gentoo-cc3dd723687acec26f51e93ce064a7a316e0d61c.tar.bz2 gentoo-cc3dd723687acec26f51e93ce064a7a316e0d61c.zip |
app-admin/packagekit: version bump to 1.0.11
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-admin/packagekit')
-rw-r--r-- | app-admin/packagekit/packagekit-1.0.11.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-admin/packagekit/packagekit-1.0.11.ebuild b/app-admin/packagekit/packagekit-1.0.11.ebuild new file mode 100644 index 000000000000..f8c5af717e2d --- /dev/null +++ b/app-admin/packagekit/packagekit-1.0.11.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +DESCRIPTION="PackageKit Package Manager interface (meta package)" +HOMEPAGE="http://www.packagekit.org/" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="gtk qt4" + +RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} ) + qt4? ( >=app-admin/packagekit-qt4-0.9 )" + +DEPEND="${RDEPEND}" |