From 234b039cd93dddc7d96d2e7e35b9a0a6ef17912b Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Tue, 11 Dec 2018 15:13:30 +0100 Subject: app-admin/packagekit: 1.1.7 → 1.1.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --force Signed-off-by: Gilles Dartiguelongue --- app-admin/packagekit/packagekit-1.1.12.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app-admin/packagekit/packagekit-1.1.12.ebuild (limited to 'app-admin') diff --git a/app-admin/packagekit/packagekit-1.1.12.ebuild b/app-admin/packagekit/packagekit-1.1.12.ebuild new file mode 100644 index 000000000000..c91143dec182 --- /dev/null +++ b/app-admin/packagekit/packagekit-1.1.12.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="PackageKit Package Manager interface (meta package)" +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/" +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}" -- cgit v1.2.3-65-gdbad