diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-03-28 21:28:26 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-03-28 21:36:37 +0200 |
commit | 31ea073dc3e0a09aec387c04bb6bdbbf5adce7a4 (patch) | |
tree | 3f930061d7b279212dfe4fd9478041877c3f9b47 /app-emacs/redo+/redo+-1.19.ebuild | |
parent | dev-lua/lualdap: drop old version (diff) | |
download | gentoo-31ea073dc3e0a09aec387c04bb6bdbbf5adce7a4.tar.gz gentoo-31ea073dc3e0a09aec387c04bb6bdbbf5adce7a4.tar.bz2 gentoo-31ea073dc3e0a09aec387c04bb6bdbbf5adce7a4.zip |
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@gentoo.org>
Diffstat (limited to 'app-emacs/redo+/redo+-1.19.ebuild')
-rw-r--r-- | app-emacs/redo+/redo+-1.19.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/redo+/redo+-1.19.ebuild b/app-emacs/redo+/redo+-1.19.ebuild index c085298727cb..25f1554482b5 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 |