diff options
author | Sam James <sam@gentoo.org> | 2024-02-11 03:39:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-11 03:39:05 +0000 |
commit | fdb672c8a940f96c2d89f7cd160ac327566e46db (patch) | |
tree | edcdd0e91cb3f33d13d2b1ed737af7c0886120e4 /app-emulation/wine-mono | |
parent | app-emulation/wine-gecko: Stabilize 2.47.4 amd64, #924195 (diff) | |
download | gentoo-fdb672c8a940f96c2d89f7cd160ac327566e46db.tar.gz gentoo-fdb672c8a940f96c2d89f7cd160ac327566e46db.tar.bz2 gentoo-fdb672c8a940f96c2d89f7cd160ac327566e46db.zip |
app-emulation/wine-mono: Stabilize 8.1.0 x86, #924196
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/wine-mono')
-rw-r--r-- | app-emulation/wine-mono/wine-mono-8.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-mono/wine-mono-8.1.0.ebuild b/app-emulation/wine-mono/wine-mono-8.1.0.ebuild index 96896ce732cf..c68363333b10 100644 --- a/app-emulation/wine-mono/wine-mono-8.1.0.ebuild +++ b/app-emulation/wine-mono/wine-mono-8.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ S="${WORKDIR}" LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1" SLOT="${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="+shared" src_install() { |