From d19dfd35d432fcac591a052f27a580a9a1b02c08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 21 Mar 2018 18:14:49 +0100 Subject: [PATCH] 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(-) rename app-portage/pfl/{pfl-2.4-r4.ebuild => pfl-2.4-r5.ebuild} (88%) 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 2a623a82db6e..6f6863beffab 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 \ -- 2.26.2