diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-22 19:44:43 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-22 19:47:37 +0200 |
commit | 0e5a795f626ac4144f828ebda08976bfc829ada0 (patch) | |
tree | a1483847bdef34d55bdc9039f07672853b18d128 /app-admin/eselect | |
parent | app-misc/realpath: treeclean (diff) | |
download | gentoo-0e5a795f626ac4144f828ebda08976bfc829ada0.tar.gz gentoo-0e5a795f626ac4144f828ebda08976bfc829ada0.tar.bz2 gentoo-0e5a795f626ac4144f828ebda08976bfc829ada0.zip |
app-admin/eselect: remove mention of app-misc/realpath
Bug: https://bugs.gentoo.org/908406
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-admin/eselect')
-rw-r--r-- | app-admin/eselect/eselect-1.4.26-r1.ebuild (renamed from app-admin/eselect/eselect-1.4.26.ebuild) | 5 | ||||
-rw-r--r-- | app-admin/eselect/eselect-1.4.27-r1.ebuild (renamed from app-admin/eselect/eselect-1.4.27.ebuild) | 5 | ||||
-rw-r--r-- | app-admin/eselect/eselect-9999.ebuild | 7 |
3 files changed, 4 insertions, 13 deletions
diff --git a/app-admin/eselect/eselect-1.4.26.ebuild b/app-admin/eselect/eselect-1.4.26-r1.ebuild index 995643f6cb6d..0017b6b54461 100644 --- a/app-admin/eselect/eselect-1.4.26.ebuild +++ b/app-admin/eselect/eselect-1.4.26-r1.ebuild @@ -20,10 +20,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv IUSE="doc emacs vim-syntax" DEPEND="sys-apps/sed - || ( - sys-apps/coreutils - app-misc/realpath - )" + sys-apps/coreutils" RDEPEND="${DEPEND} sys-apps/file sys-libs/ncurses:0" diff --git a/app-admin/eselect/eselect-1.4.27.ebuild b/app-admin/eselect/eselect-1.4.27-r1.ebuild index 61a54674f589..1ab16c235f36 100644 --- a/app-admin/eselect/eselect-1.4.27.ebuild +++ b/app-admin/eselect/eselect-1.4.27-r1.ebuild @@ -20,10 +20,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv IUSE="doc emacs vim-syntax" DEPEND="sys-apps/sed - || ( - sys-apps/coreutils - app-misc/realpath - )" + sys-apps/coreutils" RDEPEND="${DEPEND} sys-apps/file sys-libs/ncurses:0" diff --git a/app-admin/eselect/eselect-9999.ebuild b/app-admin/eselect/eselect-9999.ebuild index 5922f93c46e0..c80845e9cc7a 100644 --- a/app-admin/eselect/eselect-9999.ebuild +++ b/app-admin/eselect/eselect-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,10 +15,7 @@ SLOT="0" IUSE="doc emacs vim-syntax" DEPEND="sys-apps/sed - || ( - sys-apps/coreutils - app-misc/realpath - )" + sys-apps/coreutils" RDEPEND="${DEPEND} sys-apps/file sys-libs/ncurses:0" |