diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-12-16 13:06:26 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-12-16 13:09:13 +0100 |
commit | 2e6eb59b1a0bf00c8ad6a08d0e68d76cccb52aff (patch) | |
tree | 81b802cfa15c45e5fff0db110ecd1f1e592ba6a2 /app-admin/eselect | |
parent | app-admin/eselect: Version bump to 1.4.17. (diff) | |
download | gentoo-2e6eb59b1a0bf00c8ad6a08d0e68d76cccb52aff.tar.gz gentoo-2e6eb59b1a0bf00c8ad6a08d0e68d76cccb52aff.tar.bz2 gentoo-2e6eb59b1a0bf00c8ad6a08d0e68d76cccb52aff.zip |
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@gentoo.org>
Diffstat (limited to 'app-admin/eselect')
-rw-r--r-- | app-admin/eselect/eselect-9999.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-admin/eselect/eselect-9999.ebuild b/app-admin/eselect/eselect-9999.ebuild index 6710d08068a8..9acdac4778d7 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 )" |