diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-06-26 11:21:53 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-27 04:15:58 +0100 |
commit | 681fe529a204a137f931712acd8ee01809fbaf6a (patch) | |
tree | 73a68709f9688b0d0b1cd02671bd17a681ce4236 /app-text | |
parent | app-text/spellutils: add patch to successfully eautoreconf (diff) | |
download | gentoo-681fe529a204a137f931712acd8ee01809fbaf6a.tar.gz gentoo-681fe529a204a137f931712acd8ee01809fbaf6a.tar.bz2 gentoo-681fe529a204a137f931712acd8ee01809fbaf6a.zip |
app-text/spellutils: update EAPI 7 -> 8
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/spellutils/spellutils-0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/spellutils/spellutils-0.7-r1.ebuild b/app-text/spellutils/spellutils-0.7-r1.ebuild index 2476f946d2d3..af888195ec4e 100644 --- a/app-text/spellutils/spellutils-0.7-r1.ebuild +++ b/app-text/spellutils/spellutils-0.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools toolchain-funcs |