diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-06 00:49:53 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-06 07:05:24 +0100 |
commit | 42b792144873fd306e0e2819d98d883fc9f3eddc (patch) | |
tree | c5badcca3c318271428b23dd3e7153cc5b1455a8 /app-editors/wxhexeditor | |
parent | app-editors/wxhexeditor: add github upstream metadata (diff) | |
download | gentoo-42b792144873fd306e0e2819d98d883fc9f3eddc.tar.gz gentoo-42b792144873fd306e0e2819d98d883fc9f3eddc.tar.bz2 gentoo-42b792144873fd306e0e2819d98d883fc9f3eddc.zip |
app-editors/wxhexeditor: update EAPI 7 -> 8
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/wxhexeditor')
-rw-r--r-- | app-editors/wxhexeditor/wxhexeditor-0.24-r2.ebuild (renamed from app-editors/wxhexeditor/wxhexeditor-0.24-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/wxhexeditor/wxhexeditor-0.24-r1.ebuild b/app-editors/wxhexeditor/wxhexeditor-0.24-r2.ebuild index 9d44eb00cbc8..5a9ff210d43a 100644 --- a/app-editors/wxhexeditor/wxhexeditor-0.24-r1.ebuild +++ b/app-editors/wxhexeditor/wxhexeditor-0.24-r2.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 MY_PN="wxHexEditor" WX_GTK_VER=3.0-gtk3 |