summaryrefslogtreecommitdiff
path: root/app-admin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-10-30 11:46:47 +0100
committerUlrich Müller <ulm@gentoo.org>2016-10-30 11:52:52 +0100
commit5faf3098be5e8faad1a899df4027aee930b2d6ab (patch)
tree9e2e4c2664aae2c0e3d5ada9cce32cdbce889551 /app-admin
parent1849ec78ab58210d9fa71e8bc160ab8462e0659e (diff)
downloadgentoo-5faf3098be5e8faad1a899df4027aee930b2d6ab.tar.gz
gentoo-5faf3098be5e8faad1a899df4027aee930b2d6ab.tar.xz
Revert "app-admin/eselect: drop old coreutils/realpath deps"
sys-apps/coreutils is not in @system on FreeBSD and on some Prefix systems, therefore the any-of-many dependency is needed. This reverts commit 67675405a64afa5bd9ad211891a0fa3fbce4bae3.
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/eselect/eselect-1.4.5.ebuild7
-rw-r--r--app-admin/eselect/eselect-1.4.6.ebuild7
-rw-r--r--app-admin/eselect/eselect-9999.ebuild7
3 files changed, 18 insertions, 3 deletions
diff --git a/app-admin/eselect/eselect-1.4.5.ebuild b/app-admin/eselect/eselect-1.4.5.ebuild
index b6e32dc4610..fa97652d062 100644
--- a/app-admin/eselect/eselect-1.4.5.ebuild
+++ b/app-admin/eselect/eselect-1.4.5.ebuild
@@ -15,7 +15,12 @@ SLOT="0"
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"
IUSE="doc emacs vim-syntax"
-RDEPEND="sys-apps/sed"
+RDEPEND="sys-apps/sed
+ || (
+ sys-apps/coreutils
+ sys-freebsd/freebsd-bin
+ app-misc/realpath
+ )"
DEPEND="${RDEPEND}
app-arch/xz-utils
doc? ( dev-python/docutils )"
diff --git a/app-admin/eselect/eselect-1.4.6.ebuild b/app-admin/eselect/eselect-1.4.6.ebuild
index 18835fe0e8c..11f0e763eab 100644
--- a/app-admin/eselect/eselect-1.4.6.ebuild
+++ b/app-admin/eselect/eselect-1.4.6.ebuild
@@ -15,7 +15,12 @@ SLOT="0"
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"
IUSE="doc emacs vim-syntax"
-RDEPEND="sys-apps/sed"
+RDEPEND="sys-apps/sed
+ || (
+ sys-apps/coreutils
+ sys-freebsd/freebsd-bin
+ app-misc/realpath
+ )"
DEPEND="${RDEPEND}
app-arch/xz-utils
doc? ( dev-python/docutils )"
diff --git a/app-admin/eselect/eselect-9999.ebuild b/app-admin/eselect/eselect-9999.ebuild
index 918b3350d89..0132fc4ee49 100644
--- a/app-admin/eselect/eselect-9999.ebuild
+++ b/app-admin/eselect/eselect-9999.ebuild
@@ -15,7 +15,12 @@ LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-2.5 )"
SLOT="0"
IUSE="doc emacs vim-syntax"
-RDEPEND="sys-apps/sed"
+RDEPEND="sys-apps/sed
+ || (
+ sys-apps/coreutils
+ sys-freebsd/freebsd-bin
+ app-misc/realpath
+ )"
DEPEND="${RDEPEND}
doc? ( dev-python/docutils )"
RDEPEND="${RDEPEND}