commit:     d19dfd35d432fcac591a052f27a580a9a1b02c08
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 17:14:49 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 21 18:12:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19dfd35

app-portage/pfl: Support sys-apps/portage-mgorny

 app-portage/pfl/{pfl-2.4-r4.ebuild => pfl-2.4-r5.ebuild} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-portage/pfl/pfl-2.4-r4.ebuild 
b/app-portage/pfl/pfl-2.4-r5.ebuild
similarity index 88%
rename from app-portage/pfl/pfl-2.4-r4.ebuild
rename to app-portage/pfl/pfl-2.4-r5.ebuild
index 2a623a82db6..6f6863beffa 100644
--- a/app-portage/pfl/pfl-2.4-r4.ebuild
+++ b/app-portage/pfl/pfl-2.4-r5.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
@@ -20,7 +20,10 @@ IUSE="+network-cron"
 DEPEND=""
 RDEPEND="${DEPEND}
        net-misc/curl
-       sys-apps/portage[${PYTHON_USEDEP}]"
+       || (
+               sys-apps/portage[${PYTHON_USEDEP}]
+               sys-apps/portage-mgorny[${PYTHON_USEDEP}]
+       )"
 
 src_prepare() {
        epatch "${FILESDIR}"/e-file-20110906-http-response.patch \

Reply via email to