diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-21 17:42:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-21 19:12:22 +0100 |
commit | 9845769faa7c3e1cc7d854153bb5f3a85849aefa (patch) | |
tree | bc5299ca33f430c7b1e91d095c2967be35814ecf /app-portage | |
parent | app-portage/gentoopm: Support sys-apps/portage-mgorny (diff) | |
download | gentoo-9845769faa7c3e1cc7d854153bb5f3a85849aefa.tar.gz gentoo-9845769faa7c3e1cc7d854153bb5f3a85849aefa.tar.bz2 gentoo-9845769faa7c3e1cc7d854153bb5f3a85849aefa.zip |
app-portage/flaggie: Support sys-apps/portage-mgorny
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/flaggie/flaggie-0.2.1-r1.ebuild (renamed from app-portage/flaggie/flaggie-0.2.1.ebuild) | 8 | ||||
-rw-r--r-- | app-portage/flaggie/flaggie-9999.ebuild | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/app-portage/flaggie/flaggie-0.2.1.ebuild b/app-portage/flaggie/flaggie-0.2.1-r1.ebuild index db5dbabc1d17..6cf9bd001462 100644 --- a/app-portage/flaggie/flaggie-0.2.1.ebuild +++ b/app-portage/flaggie/flaggie-0.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,11 @@ SLOT="0" KEYWORDS="amd64 arm ~hppa ~mips ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]" +RDEPEND=" + || ( + sys-apps/portage[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + )" python_install_all() { newbashcomp contrib/bash-completion/${PN}.bash-completion ${PN} diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild index 60d5f61f5398..b6b4297c035b 100644 --- a/app-portage/flaggie/flaggie-9999.ebuild +++ b/app-portage/flaggie/flaggie-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,11 @@ SLOT="0" KEYWORDS="" IUSE="" -RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]" +RDEPEND=" + || ( + sys-apps/portage[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + )" python_install_all() { newbashcomp contrib/bash-completion/${PN}.bash-completion ${PN} |