From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4EC131382C5 for ; Wed, 21 Mar 2018 18:13:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3CC0E097A; Wed, 21 Mar 2018 18:13:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABCB6E097A for ; Wed, 21 Mar 2018 18:13:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B20E8335C4A for ; Wed, 21 Mar 2018 18:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7FB0270 for ; Wed, 21 Mar 2018 18:12:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1521655964.d19dfd35d432fcac591a052f27a580a9a1b02c08.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pfl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/pfl/pfl-2.4-r4.ebuild app-portage/pfl/pfl-2.4-r5.ebuild X-VCS-Directories: app-portage/pfl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d19dfd35d432fcac591a052f27a580a9a1b02c08 X-VCS-Branch: master Date: Wed, 21 Mar 2018 18:12:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 33dfd251-7c44-4423-a369-16b1de7fa8dc X-Archives-Hash: ebdd681b7e364b5edaa9673b48e8ac82 commit: d19dfd35d432fcac591a052f27a580a9a1b02c08 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 21 17:14:49 2018 +0000 Commit: Michał Górny gentoo 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 \