commit: 31ea073dc3e0a09aec387c04bb6bdbbf5adce7a4 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 28 19:28:26 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Mar 28 19:36:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ea073d
app-emacs/redo+: EAPI 7, readme.gentoo-r1 Closes: https://bugs.gentoo.org/778710 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/redo+/redo+-1.19.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/redo+/redo+-1.19.ebuild b/app-emacs/redo+/redo+-1.19.ebuild index c085298727c..25f1554482b 100644 --- a/app-emacs/redo+/redo+-1.19.ebuild +++ b/app-emacs/redo+/redo+-1.19.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit readme.gentoo elisp +inherit elisp readme.gentoo-r1 DESCRIPTION="Redo/undo system for Emacs" HOMEPAGE="https://www.emacswiki.org/emacs/RedoPlus
