commit:     45e93c9041b3fa47fba8653c5a40e2a523030140
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 07:34:16 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 07:34:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=45e93c90

app-eselect/eselect-ctags: Update to EAPI 8

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-eselect/eselect-ctags/eselect-ctags-9999.ebuild | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild 
b/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild
index 8c40513..43471d3 100644
--- a/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild
+++ b/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild
@@ -1,25 +1,23 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-MY_PN="eselect-emacs"
-EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git";
-EGIT_BRANCH="${MY_PN}"
-EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_PN}"
+EAPI=8
 
 inherit git-r3
 
 DESCRIPTION="Manages ctags implementations"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs";
 
+MY_PN="eselect-emacs"
+EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git";
+EGIT_BRANCH="${MY_PN}"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_PN}"
+S="${WORKDIR}/${MY_PN}"
+
 LICENSE="GPL-2+"
 SLOT="0"
 
-RDEPEND="!<app-eselect/eselect-emacs-1.18
-       >=app-admin/eselect-1.2.3"
-
-S="${WORKDIR}/${MY_PN}"
+RDEPEND=">=app-admin/eselect-1.2.3"
 
 src_install() {
        insinto /usr/share/eselect/modules

Reply via email to