From 9845769faa7c3e1cc7d854153bb5f3a85849aefa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 21 Mar 2018 17:42:18 +0100 Subject: [PATCH] app-portage/flaggie: Support sys-apps/portage-mgorny --- .../{flaggie-0.2.1.ebuild => flaggie-0.2.1-r1.ebuild} | 8 ++++++-- app-portage/flaggie/flaggie-9999.ebuild | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) rename app-portage/flaggie/{flaggie-0.2.1.ebuild => flaggie-0.2.1-r1.ebuild} (88%) diff --git a/app-portage/flaggie/flaggie-0.2.1.ebuild b/app-portage/flaggie/flaggie-0.2.1-r1.ebuild similarity index 88% rename from app-portage/flaggie/flaggie-0.2.1.ebuild rename to 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} -- 2.26.2