commit: 6003f4e873f902c49bf43ff1560e1d6077b285c4 Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org> AuthorDate: Sat Dec 9 11:12:18 2017 +0000 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org> CommitDate: Sat Dec 9 11:23:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6003f4e8
app-admin/packagekit: Bump to 1.1.7 Package-Manager: Portage-2.3.16, Repoman-2.3.6 app-admin/packagekit/packagekit-1.1.7.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app-admin/packagekit/packagekit-1.1.7.ebuild b/app-admin/packagekit/packagekit-1.1.7.ebuild new file mode 100644 index 00000000000..8d79dcc1d57 --- /dev/null +++ b/app-admin/packagekit/packagekit-1.1.7.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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 qt5" + +RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} ) + qt5? ( >=app-admin/packagekit-qt-0.9.6 )" + +DEPEND="${RDEPEND}"
