Skip to content

Commit

Permalink
app-admin/eselect: drop old coreutils/realpath deps
Browse files Browse the repository at this point in the history
The realpath dep migrated years ago into coreutils, so we can drop this
old dep as it's part of the @System.
  • Loading branch information
vapier committed Aug 10, 2016
1 parent e601c35 commit 6767540
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
7 changes: 1 addition & 6 deletions app-admin/eselect/eselect-1.4.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ 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
|| (
sys-apps/coreutils
sys-freebsd/freebsd-bin
app-misc/realpath
)"
RDEPEND="sys-apps/sed"
DEPEND="${RDEPEND}
app-arch/xz-utils
doc? ( dev-python/docutils )"
Expand Down
7 changes: 1 addition & 6 deletions app-admin/eselect/eselect-1.4.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ 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
|| (
sys-apps/coreutils
sys-freebsd/freebsd-bin
app-misc/realpath
)"
RDEPEND="sys-apps/sed"
DEPEND="${RDEPEND}
app-arch/xz-utils
doc? ( dev-python/docutils )"
Expand Down
7 changes: 1 addition & 6 deletions app-admin/eselect/eselect-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-2.5 )"
SLOT="0"
IUSE="doc emacs vim-syntax"

RDEPEND="sys-apps/sed
|| (
sys-apps/coreutils
sys-freebsd/freebsd-bin
app-misc/realpath
)"
RDEPEND="sys-apps/sed"
DEPEND="${RDEPEND}
doc? ( dev-python/docutils )"
RDEPEND="${RDEPEND}
Expand Down

0 comments on commit 6767540

Please sign in to comment.