commit: cc3dd723687acec26f51e93ce064a7a316e0d61c Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Jan 3 12:39:41 2016 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Jan 3 13:11:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3dd723
app-admin/packagekit: version bump to 1.0.11 Package-Manager: portage-2.2.26 app-admin/packagekit/packagekit-1.0.11.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 0000000..f8c5af7 --- /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}"
