Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/eselect/
Date: Sun, 30 Oct 2016 10:53:09
Message-Id: 1477824772.5faf3098be5e8faad1a899df4027aee930b2d6ab.ulm@gentoo
1 commit: 5faf3098be5e8faad1a899df4027aee930b2d6ab
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 10:46:47 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 10:52:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5faf3098
7
8 Revert "app-admin/eselect: drop old coreutils/realpath deps"
9
10 sys-apps/coreutils is not in @system on FreeBSD and on some Prefix
11 systems, therefore the any-of-many dependency is needed.
12
13 This reverts commit 67675405a64afa5bd9ad211891a0fa3fbce4bae3.
14
15 app-admin/eselect/eselect-1.4.5.ebuild | 7 ++++++-
16 app-admin/eselect/eselect-1.4.6.ebuild | 7 ++++++-
17 app-admin/eselect/eselect-9999.ebuild | 7 ++++++-
18 3 files changed, 18 insertions(+), 3 deletions(-)
19
20 diff --git a/app-admin/eselect/eselect-1.4.5.ebuild b/app-admin/eselect/eselect-1.4.5.ebuild
21 index b6e32dc..fa97652 100644
22 --- a/app-admin/eselect/eselect-1.4.5.ebuild
23 +++ b/app-admin/eselect/eselect-1.4.5.ebuild
24 @@ -15,7 +15,12 @@ SLOT="0"
25 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
26 IUSE="doc emacs vim-syntax"
27
28 -RDEPEND="sys-apps/sed"
29 +RDEPEND="sys-apps/sed
30 + || (
31 + sys-apps/coreutils
32 + sys-freebsd/freebsd-bin
33 + app-misc/realpath
34 + )"
35 DEPEND="${RDEPEND}
36 app-arch/xz-utils
37 doc? ( dev-python/docutils )"
38
39 diff --git a/app-admin/eselect/eselect-1.4.6.ebuild b/app-admin/eselect/eselect-1.4.6.ebuild
40 index 18835fe..11f0e76 100644
41 --- a/app-admin/eselect/eselect-1.4.6.ebuild
42 +++ b/app-admin/eselect/eselect-1.4.6.ebuild
43 @@ -15,7 +15,12 @@ SLOT="0"
44 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
45 IUSE="doc emacs vim-syntax"
46
47 -RDEPEND="sys-apps/sed"
48 +RDEPEND="sys-apps/sed
49 + || (
50 + sys-apps/coreutils
51 + sys-freebsd/freebsd-bin
52 + app-misc/realpath
53 + )"
54 DEPEND="${RDEPEND}
55 app-arch/xz-utils
56 doc? ( dev-python/docutils )"
57
58 diff --git a/app-admin/eselect/eselect-9999.ebuild b/app-admin/eselect/eselect-9999.ebuild
59 index 918b335..0132fc4 100644
60 --- a/app-admin/eselect/eselect-9999.ebuild
61 +++ b/app-admin/eselect/eselect-9999.ebuild
62 @@ -15,7 +15,12 @@ LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-2.5 )"
63 SLOT="0"
64 IUSE="doc emacs vim-syntax"
65
66 -RDEPEND="sys-apps/sed"
67 +RDEPEND="sys-apps/sed
68 + || (
69 + sys-apps/coreutils
70 + sys-freebsd/freebsd-bin
71 + app-misc/realpath
72 + )"
73 DEPEND="${RDEPEND}
74 doc? ( dev-python/docutils )"
75 RDEPEND="${RDEPEND}