commit: 5dc81a6d47bce597a8d27e14180de11689a2fa11 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Mon Sep 26 07:14:36 2016 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Mon Sep 26 22:33:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc81a6d
app-admin/packagekit: version bump 1.1.1 → 1.1.4 Package-Manager: portage-2.3.1 app-admin/packagekit/packagekit-1.1.4.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/app-admin/packagekit/packagekit-1.1.4.ebuild b/app-admin/packagekit/packagekit-1.1.4.ebuild new file mode 100644 index 00000000..53d2fdd --- /dev/null +++ b/app-admin/packagekit/packagekit-1.1.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 qt4" + +RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} ) + qt4? ( >=app-admin/packagekit-qt-0.9[qt5(-)] )" + +DEPEND="${RDEPEND}"
