diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2018-12-11 15:13:30 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-12-12 15:17:31 +0100 |
commit | 234b039cd93dddc7d96d2e7e35b9a0a6ef17912b (patch) | |
tree | 9906623e81174d85644ab8ccb92d805fff9c1428 /app-admin | |
parent | app-admin/packagekit-gtk: 1.1.7 → 1.1.12 (diff) | |
download | gentoo-234b039cd93dddc7d96d2e7e35b9a0a6ef17912b.tar.gz gentoo-234b039cd93dddc7d96d2e7e35b9a0a6ef17912b.tar.bz2 gentoo-234b039cd93dddc7d96d2e7e35b9a0a6ef17912b.zip |
app-admin/packagekit: 1.1.7 → 1.1.12
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --force
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/packagekit/packagekit-1.1.12.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
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}" |