diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-01-26 07:24:09 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-01-26 10:12:10 -0500 |
commit | 320297ba27de455d27e91b8108789f9b05ab566f (patch) | |
tree | 9d5ccd9604be3e910303f9e856c216f77951eb9a /app-emulation | |
parent | dev-util/maturin: stabilize 0.14.10 for amd64 (diff) | |
download | gentoo-320297ba27de455d27e91b8108789f9b05ab566f.tar.gz gentoo-320297ba27de455d27e91b8108789f9b05ab566f.tar.bz2 gentoo-320297ba27de455d27e91b8108789f9b05ab566f.zip |
app-emulation/vice: stabilize 3.7.1 for amd64, x86
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vice/vice-3.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/vice/vice-3.7.1.ebuild b/app-emulation/vice/vice-3.7.1.ebuild index f091da7b7b74..d969df0c0f68 100644 --- a/app-emulation/vice/vice-3.7.1.ebuild +++ b/app-emulation/vice/vice-3.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE=" alsa debug doc ethernet ffmpeg flac gif +gtk headless lame mpg123 ogg openmp oss parport pci png portaudio pulseaudio sdl zlib" |