Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/eselect-mode/
Date: Fri, 25 Dec 2020 12:30:40
Message-Id: 1608899425.72692838fb81f64bbc2098b4bee6c75444b92864.ulm@gentoo
1 commit: 72692838fb81f64bbc2098b4bee6c75444b92864
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 12:28:22 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 12:30:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72692838
7
8 app-emacs/eselect-mode: EAPI 7 for live ebuild.
9
10 Bug: https://bugs.gentoo.org/760081
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 app-emacs/eselect-mode/eselect-mode-9999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emacs/eselect-mode/eselect-mode-9999.ebuild b/app-emacs/eselect-mode/eselect-mode-9999.ebuild
18 index 92002f841ba..0fe5c15bd54 100644
19 --- a/app-emacs/eselect-mode/eselect-mode-9999.ebuild
20 +++ b/app-emacs/eselect-mode/eselect-mode-9999.ebuild
21 @@ -1,7 +1,7 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=7
28
29 MY_PN="eselect"
30 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/eselect.git"