diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-04-13 22:37:56 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-04-13 22:38:24 +0200 |
commit | ac50bf701c8bbedb49e96fbcebe23be4168be3cd (patch) | |
tree | 8a4c1beaeca904f7e37df0836ff752a5372a9e26 /app-emacs/chess | |
parent | mail-mta/esmtp: Fix build with libesmtp snapshot (diff) | |
download | gentoo-ac50bf701c8bbedb49e96fbcebe23be4168be3cd.tar.gz gentoo-ac50bf701c8bbedb49e96fbcebe23be4168be3cd.tar.bz2 gentoo-ac50bf701c8bbedb49e96fbcebe23be4168be3cd.zip |
app-emacs/chess: Trivial EAPI 7 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/chess')
-rw-r--r-- | app-emacs/chess/chess-2.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/chess/chess-2.0.4.ebuild b/app-emacs/chess/chess-2.0.4.ebuild index 67203f003713..70de521bada3 100644 --- a/app-emacs/chess/chess-2.0.4.ebuild +++ b/app-emacs/chess/chess-2.0.4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 NEED_EMACS=24 inherit elisp |