Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/overlint/
Date: Wed, 21 Mar 2018 18:13:07
Message-Id: 1521655964.3d685d10e60703cfd4602125e38a4d5119605d21.mgorny@gentoo
1 commit: 3d685d10e60703cfd4602125e38a4d5119605d21
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 17:14:27 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 18:12:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d685d10
7
8 app-portage/overlint: Support sys-apps/portage-mgorny
9
10 .../overlint/{overlint-0.5.3.ebuild => overlint-0.5.3-r1.ebuild} | 8 ++++++--
11 1 file changed, 6 insertions(+), 2 deletions(-)
12
13 diff --git a/app-portage/overlint/overlint-0.5.3.ebuild b/app-portage/overlint/overlint-0.5.3-r1.ebuild
14 similarity index 74%
15 rename from app-portage/overlint/overlint-0.5.3.ebuild
16 rename to app-portage/overlint/overlint-0.5.3-r1.ebuild
17 index 7e57262b3a3..c21a4821b5d 100644
18 --- a/app-portage/overlint/overlint-0.5.3.ebuild
19 +++ b/app-portage/overlint/overlint-0.5.3-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -16,4 +16,8 @@ SLOT="0"
27 KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
28 IUSE=""
29
30 -RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
31 +RDEPEND="
32 + || (
33 + sys-apps/portage[${PYTHON_USEDEP}]
34 + sys-apps/portage-mgorny[${PYTHON_USEDEP}]
35 + )"