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/esearch/
Date: Wed, 21 Mar 2018 18:13:03
Message-Id: 1521655957.240ff1c3d075a1db3e76a3436809cf768ae9b65f.mgorny@gentoo
1 commit: 240ff1c3d075a1db3e76a3436809cf768ae9b65f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 17:07:02 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 18:12:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240ff1c3
7
8 app-portage/esearch: Support sys-apps/portage-mgorny
9
10 .../esearch/{esearch-1.3-r1.ebuild => esearch-1.3-r2.ebuild} | 6 +++++-
11 app-portage/esearch/esearch-9999.ebuild | 6 +++++-
12 2 files changed, 10 insertions(+), 2 deletions(-)
13
14 diff --git a/app-portage/esearch/esearch-1.3-r1.ebuild b/app-portage/esearch/esearch-1.3-r2.ebuild
15 similarity index 95%
16 rename from app-portage/esearch/esearch-1.3-r1.ebuild
17 rename to app-portage/esearch/esearch-1.3-r2.ebuild
18 index 0454193e201..3c8b1eac66e 100644
19 --- a/app-portage/esearch/esearch-1.3-r1.ebuild
20 +++ b/app-portage/esearch/esearch-1.3-r2.ebuild
21 @@ -18,7 +18,11 @@ IUSE="l10n_fr l10n_it"
22
23 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
24
25 -DEPEND="sys-apps/portage"
26 +DEPEND="
27 + || (
28 + sys-apps/portage
29 + sys-apps/portage-mgorny
30 + )"
31 RDEPEND="${DEPEND}"
32
33 # Populate the patches array for any patches for -rX releases
34
35 diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
36 index fb347e360d9..ae29c8dc76a 100644
37 --- a/app-portage/esearch/esearch-9999.ebuild
38 +++ b/app-portage/esearch/esearch-9999.ebuild
39 @@ -18,7 +18,11 @@ IUSE="l10n_fr l10n_it"
40
41 KEYWORDS=""
42
43 -DEPEND="sys-apps/portage"
44 +DEPEND="
45 + || (
46 + sys-apps/portage
47 + sys-apps/portage-mgorny
48 + )"
49 RDEPEND="${DEPEND}"
50
51 python_prepare_all() {