From 5dc81a6d47bce597a8d27e14180de11689a2fa11 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Mon, 26 Sep 2016 09:14:36 +0200 Subject: =?UTF-8?q?app-admin/packagekit:=20version=20bump=201.1.1=20?= =?UTF-8?q?=E2=86=92=201.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: portage-2.3.1 --- app-admin/packagekit/packagekit-1.1.4.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app-admin/packagekit/packagekit-1.1.4.ebuild (limited to 'app-admin') 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 00000000000..53d2fdd495c --- /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}" -- cgit v1.2.1