summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-21 18:07:36 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-21 19:12:38 +0100
commit96fc64387fd387eadcfa2438afa65dacf695c844 (patch)
tree677b3caae52fa073c7021cabf8b0a2c79ca984e3 /app-portage
parentapp-portage/esearch: Support sys-apps/portage-mgorny (diff)
downloadgentoo-96fc64387fd387eadcfa2438afa65dacf695c844.tar.gz
gentoo-96fc64387fd387eadcfa2438afa65dacf695c844.tar.bz2
gentoo-96fc64387fd387eadcfa2438afa65dacf695c844.zip
app-portage/euscan: Support sys-apps/portage-mgorny
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/euscan/euscan-0.1.1-r2.ebuild (renamed from app-portage/euscan/euscan-0.1.1-r1.ebuild)8
-rw-r--r--app-portage/euscan/euscan-9999.ebuild8
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
index 19345bf907e9..27566cc7555f 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 2cf8630bb3c3..c71e1ee07ef8 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}]