app-portage/overlint: Support sys-apps/portage-mgorny
authorMichał Górny <mgorny@gentoo.org>
Wed, 21 Mar 2018 17:14:27 +0000 (18:14 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 21 Mar 2018 18:12:44 +0000 (19:12 +0100)
app-portage/overlint/overlint-0.5.3-r1.ebuild [moved from app-portage/overlint/overlint-0.5.3.ebuild with 74% similarity]

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 7e57262b3a364d2936d6901f6c5cb0872df1bacc..c21a4821b5d10ac3109c953c5a73293c2a0ed255 100644 (file)
@@ -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}]
+       )"