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: sys-devel/crossdev/
Date: Wed, 21 Mar 2018 18:13:14
Message-Id: 1521655969.9c3e53224104840c14c33c4487bba32c710df0ea.mgorny@gentoo
1 commit: 9c3e53224104840c14c33c4487bba32c710df0ea
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 17:19:16 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 18:12:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3e5322
7
8 sys-devel/crossdev: Support sys-apps/portage-mgorny
9
10 .../{crossdev-20180302.ebuild => crossdev-20180302-r1.ebuild} | 6 +++++-
11 sys-devel/crossdev/crossdev-99999999.ebuild | 6 +++++-
12 2 files changed, 10 insertions(+), 2 deletions(-)
13
14 diff --git a/sys-devel/crossdev/crossdev-20180302.ebuild b/sys-devel/crossdev/crossdev-20180302-r1.ebuild
15 similarity index 92%
16 rename from sys-devel/crossdev/crossdev-20180302.ebuild
17 rename to sys-devel/crossdev/crossdev-20180302-r1.ebuild
18 index edf23ce34c9..d1adb4564b5 100644
19 --- a/sys-devel/crossdev/crossdev-20180302.ebuild
20 +++ b/sys-devel/crossdev/crossdev-20180302-r1.ebuild
21 @@ -19,7 +19,11 @@ LICENSE="GPL-2"
22 SLOT="0"
23 IUSE=""
24
25 -RDEPEND=">=sys-apps/portage-2.1
26 +RDEPEND="
27 + || (
28 + >=sys-apps/portage-2.1
29 + sys-apps/portage-mgorny
30 + )
31 >=app-portage/portage-utils-0.55
32 app-shells/bash
33 sys-apps/gentoo-functions
34
35 diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-99999999.ebuild
36 index 73d9c469006..d6645156ceb 100644
37 --- a/sys-devel/crossdev/crossdev-99999999.ebuild
38 +++ b/sys-devel/crossdev/crossdev-99999999.ebuild
39 @@ -19,7 +19,11 @@ LICENSE="GPL-2"
40 SLOT="0"
41 IUSE=""
42
43 -RDEPEND=">=sys-apps/portage-2.1
44 +RDEPEND="
45 + || (
46 + >=sys-apps/portage-2.1
47 + sys-apps/portage-mgorny
48 + )
49 >=app-portage/portage-utils-0.55
50 app-shells/bash
51 sys-apps/gentoo-functions