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 2C91B1382C5 for ; Wed, 21 Mar 2018 18:13:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C9B9E096C; Wed, 21 Mar 2018 18:13:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0419EE0967 for ; Wed, 21 Mar 2018 18:13:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0AC73335C36 for ; Wed, 21 Mar 2018 18:13:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2020E267 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: <1521655958.96fc64387fd387eadcfa2438afa65dacf695c844.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/euscan/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/euscan/euscan-0.1.1-r1.ebuild app-portage/euscan/euscan-0.1.1-r2.ebuild app-portage/euscan/euscan-9999.ebuild X-VCS-Directories: app-portage/euscan/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 96fc64387fd387eadcfa2438afa65dacf695c844 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: 69b1d498-c9e6-451d-9e29-4ceeb2b42a9f X-Archives-Hash: 232a344eb432b058322588e437fb1b0d commit: 96fc64387fd387eadcfa2438afa65dacf695c844 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 21 17:07:36 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 21 18:12:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96fc6438 app-portage/euscan: Support sys-apps/portage-mgorny .../euscan/{euscan-0.1.1-r1.ebuild => euscan-0.1.1-r2.ebuild} | 8 ++++++-- app-portage/euscan/euscan-9999.ebuild | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/app-portage/euscan/euscan-0.1.1-r1.ebuild b/app-portage/euscan/euscan-0.1.1-r2.ebuild similarity index 83% rename from app-portage/euscan/euscan-0.1.1-r1.ebuild rename to app-portage/euscan/euscan-0.1.1-r2.ebuild index 19345bf907e..27566cc7555 100644 --- a/app-portage/euscan/euscan-0.1.1-r1.ebuild +++ b/app-portage/euscan/euscan-0.1.1-r2.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 @@ -18,7 +18,11 @@ IUSE="" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -DEPEND="sys-apps/portage[${PYTHON_USEDEP}]" +DEPEND=" + || ( + sys-apps/portage[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + )" RDEPEND="${DEPEND} >=app-portage/gentoolkit-0.2.8[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/app-portage/euscan/euscan-9999.ebuild b/app-portage/euscan/euscan-9999.ebuild index 2cf8630bb3c..c71e1ee07ef 100644 --- a/app-portage/euscan/euscan-9999.ebuild +++ b/app-portage/euscan/euscan-9999.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 @@ -18,7 +18,11 @@ IUSE="" KEYWORDS="" -DEPEND="sys-apps/portage[${PYTHON_USEDEP}]" +DEPEND=" + || ( + sys-apps/portage[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + )" RDEPEND="${DEPEND} >=app-portage/gentoolkit-0.2.8[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}]