diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2023-09-04 09:07:07 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-09-04 09:09:20 +0200 |
commit | c04ab039c7528cba6c8b77dafa773d5eec7ee91c (patch) | |
tree | 87d17d8ac78bbc41013e1a19f93575c143980dd8 /media-sound/sidplay | |
parent | media-sound/sidplay: Fix C++17 does not allow register storage class (diff) | |
download | gentoo-c04ab039c7528cba6c8b77dafa773d5eec7ee91c.tar.gz gentoo-c04ab039c7528cba6c8b77dafa773d5eec7ee91c.tar.bz2 gentoo-c04ab039c7528cba6c8b77dafa773d5eec7ee91c.zip |
media-sound/sidplay: eapi8 on 2.0.9-r2
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/sidplay')
-rw-r--r-- | media-sound/sidplay/sidplay-2.0.9-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild index b4c1c91d75cd..626922677fc9 100644 --- a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild +++ b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="C64 SID player" HOMEPAGE="https://sidplay2.sourceforge.net/" |