commit: 3d685d10e60703cfd4602125e38a4d5119605d21
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 17:14:27 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 21 18:12:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d685d10
app-portage/overlint: Support sys-apps/portage-mgorny
.../overlint/{overlint-0.5.3.ebuild => overlint-0.5.3-r1.ebuild} | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/app-portage/overlint/overlint-0.5.3.ebuild
b/app-portage/overlint/overlint-0.5.3-r1.ebuild
similarity index 74%
rename from app-portage/overlint/overlint-0.5.3.ebuild
rename to app-portage/overlint/overlint-0.5.3-r1.ebuild
index 7e57262b3a3..c21a4821b5d 100644
--- a/app-portage/overlint/overlint-0.5.3.ebuild
+++ b/app-portage/overlint/overlint-0.5.3-r1.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
@@ -16,4 +16,8 @@ SLOT="0"
KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
IUSE=""
-RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
+RDEPEND="
+ || (
+ sys-apps/portage[${PYTHON_USEDEP}]
+ sys-apps/portage-mgorny[${PYTHON_USEDEP}]
+ )"