app-portage/flaggie: Support sys-apps/portage-mgorny
authorMichał Górny <mgorny@gentoo.org>
Wed, 21 Mar 2018 16:42:18 +0000 (17:42 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 21 Mar 2018 18:12:22 +0000 (19:12 +0100)
app-portage/flaggie/flaggie-0.2.1-r1.ebuild [moved from app-portage/flaggie/flaggie-0.2.1.ebuild with 88% similarity]
app-portage/flaggie/flaggie-9999.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 db5dbabc1d17ebb935581ed0eb7593348984bf75..6cf9bd00146257eae6f5e2732968d94c62171e98 100644 (file)
@@ -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}
index 60d5f61f53982c5443bb3ba556af609cd9098faf..b6b4297c035baafeda9046a41a6a521304274723 100644 (file)
@@ -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}