summaryrefslogtreecommitdiff
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/eselect/eselect-1.4.5.ebuild
parentmedia-gfx/kphotoalbum: Version bump 5.0.1 (diff)
downloadgentoo-5faf3098be5e8faad1a899df4027aee930b2d6ab.tar.gz
gentoo-5faf3098be5e8faad1a899df4027aee930b2d6ab.tar.bz2
gentoo-5faf3098be5e8faad1a899df4027aee930b2d6ab.zip
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/eselect/eselect-1.4.5.ebuild')
-rw-r--r--app-admin/eselect/eselect-1.4.5.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/app-admin/eselect/eselect-1.4.5.ebuild b/app-admin/eselect/eselect-1.4.5.ebuild
index b6e32dc46102..fa97652d0626 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 )"