app-portage/pfl: Support sys-apps/portage-mgorny
authorMichał Górny <mgorny@gentoo.org>
Wed, 21 Mar 2018 17:14:49 +0000 (18:14 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 21 Mar 2018 18:12:44 +0000 (19:12 +0100)
app-portage/pfl/pfl-2.4-r5.ebuild [moved from app-portage/pfl/pfl-2.4-r4.ebuild with 88% similarity]

similarity index 88%
rename from app-portage/pfl/pfl-2.4-r4.ebuild
rename to app-portage/pfl/pfl-2.4-r5.ebuild
index 2a623a82db6e9577e0547f7c48d485fe8bff4dfc..6f6863beffab3a59fd106afd6920f1f530860001 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
@@ -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 \