commit: 2e6eb59b1a0bf00c8ad6a08d0e68d76cccb52aff Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Dec 16 12:06:26 2020 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Dec 16 12:09:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6eb59b
app-admin/eselect: Bump live ebuild to EAPI 7. Bug: https://bugs.gentoo.org/760081 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-admin/eselect/eselect-9999.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app-admin/eselect/eselect-9999.ebuild b/app-admin/eselect/eselect-9999.ebuild index 6710d08068a..9acdac4778d 100644 --- a/app-admin/eselect/eselect-9999.ebuild +++ b/app-admin/eselect/eselect-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/eselect.git" @@ -14,17 +14,15 @@ LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )" SLOT="0" IUSE="doc emacs vim-syntax" -RDEPEND="sys-apps/sed +DEPEND="sys-apps/sed || ( sys-apps/coreutils app-misc/realpath )" -DEPEND="${RDEPEND} - doc? ( dev-python/docutils )" -RDEPEND="${RDEPEND} +RDEPEND="${DEPEND} sys-apps/file sys-libs/ncurses:0" - +BDEPEND="doc? ( dev-python/docutils )" PDEPEND="emacs? ( app-emacs/eselect-mode ) vim-syntax? ( app-vim/eselect-syntax )"
