diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-08-31 12:09:10 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-08-31 12:26:15 +0200 |
commit | 63bd37af567f36e5db24cc1bfde2022fb03503ec (patch) | |
tree | 0e62a42bea7eaa788edeb15325498214865aab7a /app-emacs/cycle-buffer | |
parent | app-emacs/emhacks: Update to EAPI 8 (diff) | |
download | gentoo-63bd37af567f36e5db24cc1bfde2022fb03503ec.tar.gz gentoo-63bd37af567f36e5db24cc1bfde2022fb03503ec.tar.bz2 gentoo-63bd37af567f36e5db24cc1bfde2022fb03503ec.zip |
app-emacs/cycle-buffer: Update to EAPI 8
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/cycle-buffer')
-rw-r--r-- | app-emacs/cycle-buffer/cycle-buffer-2.16-r1.ebuild (renamed from app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild b/app-emacs/cycle-buffer/cycle-buffer-2.16-r1.ebuild index b6dabed75176..7158dd90fd07 100644 --- a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild +++ b/app-emacs/cycle-buffer/cycle-buffer-2.16-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit elisp |