diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-01-25 18:19:29 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-01-25 19:57:38 -0500 |
commit | 17d2de4ae99f84f6160f7cfade7f373d948ba997 (patch) | |
tree | 48263888fe0b6ea71a480310c52dc0a03a457d05 /app-emulation/vice | |
parent | x11-drivers/nvidia-drivers: drop 470.62.20:0/vulkan (diff) | |
download | gentoo-17d2de4ae99f84f6160f7cfade7f373d948ba997.tar.gz gentoo-17d2de4ae99f84f6160f7cfade7f373d948ba997.tar.bz2 gentoo-17d2de4ae99f84f6160f7cfade7f373d948ba997.zip |
app-emulation/vice: stabilize 3.6 for amd64, x86
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/vice-3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/vice/vice-3.6.ebuild b/app-emulation/vice/vice-3.6.ebuild index d438d6439750..bd83effcd4fd 100644 --- a/app-emulation/vice/vice-3.6.ebuild +++ b/app-emulation/vice/vice-3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # --enable-static-lame triggers bug #814380 with EAPI-8, could work @@ -14,7 +14,7 @@ S="${WORKDIR}/${P}.0" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE=" alsa cpuhistory debug doc ethernet ffmpeg flac gif +gtk headless jpeg lame mpg123 ogg openmp oss parport pci png portaudio pulseaudio sdl zlib" |