diff options
author | Sam James <sam@gentoo.org> | 2021-10-24 08:29:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-24 08:29:26 +0000 |
commit | a0624d3fde8db5bdf14852bdd0a924be12ae6266 (patch) | |
tree | 36d36a060e07ba247bbcb4fe3b1a63b1c5bc2a67 /games-misc/openmsx | |
parent | media-video/handbrake: fix WhitespaceFound (diff) | |
download | gentoo-a0624d3fde8db5bdf14852bdd0a924be12ae6266.tar.gz gentoo-a0624d3fde8db5bdf14852bdd0a924be12ae6266.tar.bz2 gentoo-a0624d3fde8db5bdf14852bdd0a924be12ae6266.zip |
games-misc/openmsx: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-misc/openmsx')
-rw-r--r-- | games-misc/openmsx/openmsx-0.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-misc/openmsx/openmsx-0.4.2.ebuild b/games-misc/openmsx/openmsx-0.4.2.ebuild index 292d74bb9fc5..dc361cd1968b 100644 --- a/games-misc/openmsx/openmsx-0.4.2.ebuild +++ b/games-misc/openmsx/openmsx-0.4.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) |