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/unsymlink-lib/
Date: Wed, 21 Mar 2018 18:13:12
Message-Id: 1521655967.ea3c0d53999edd32a9959f3e9fdc69af5b6957d2.mgorny@gentoo
1 commit: ea3c0d53999edd32a9959f3e9fdc69af5b6957d2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 17:17:37 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 18:12:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3c0d53
7
8 app-portage/unsymlink-lib: Support sys-apps/portage-mgorny
9
10 .../{unsymlink-lib-12.ebuild => unsymlink-lib-12-r1.ebuild} | 5 ++++-
11 app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild | 5 ++++-
12 2 files changed, 8 insertions(+), 2 deletions(-)
13
14 diff --git a/app-portage/unsymlink-lib/unsymlink-lib-12.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-12-r1.ebuild
15 similarity index 85%
16 rename from app-portage/unsymlink-lib/unsymlink-lib-12.ebuild
17 rename to app-portage/unsymlink-lib/unsymlink-lib-12-r1.ebuild
18 index cc0eef3daa0..2fcdf5eb3a9 100644
19 --- a/app-portage/unsymlink-lib/unsymlink-lib-12.ebuild
20 +++ b/app-portage/unsymlink-lib/unsymlink-lib-12-r1.ebuild
21 @@ -17,7 +17,10 @@ IUSE=""
22 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
23
24 RDEPEND="${PYTHON_DEPS}
25 - sys-apps/portage[${PYTHON_USEDEP}]"
26 + || (
27 + sys-apps/portage[${PYTHON_USEDEP}]
28 + sys-apps/portage-mgorny[${PYTHON_USEDEP}]
29 + )"
30
31 src_install() {
32 python_doscript unsymlink-lib
33
34 diff --git a/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild
35 index 8a11a8833e6..0a8f8ce3ada 100644
36 --- a/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild
37 +++ b/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild
38 @@ -18,7 +18,10 @@ IUSE=""
39 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
40
41 RDEPEND="${PYTHON_DEPS}
42 - sys-apps/portage[${PYTHON_USEDEP}]"
43 + || (
44 + sys-apps/portage[${PYTHON_USEDEP}]
45 + sys-apps/portage-mgorny[${PYTHON_USEDEP}]
46 + )"
47
48 src_install() {
49 python_doscript unsymlink-lib