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

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

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

 app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild 
b/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild
index 19ebd80..999fff0 100644
--- a/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild
+++ b/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild
@@ -1,25 +1,24 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git";
-EGIT_BRANCH="${PN}"
-EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
+EAPI=8
 
 inherit git-r3
 
 DESCRIPTION="Manage multiple Emacs versions on one system"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs";
 
+EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git";
+EGIT_BRANCH="${PN}"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
+S="${WORKDIR}/${PN}"
+
 LICENSE="GPL-2+"
 SLOT="0"
 
 RDEPEND=">=app-admin/eselect-1.2.6
        ~app-eselect/eselect-ctags-${PV}"
 
-S="${WORKDIR}/${PN}"
-
 src_compile() { :; }
 
 src_install() {

Reply via email to