diff options
author | Sam James <sam@gentoo.org> | 2023-02-26 00:30:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-26 00:30:39 +0000 |
commit | 73673e76fdf238e8013de620910e564b211944b6 (patch) | |
tree | d5ab842bf322930eef3ae5a99e2bb6346f0dd35d /app-emulation | |
parent | app-emulation/wine-vanilla: Stabilize 8.0 x86, #897750 (diff) | |
download | gentoo-73673e76fdf238e8013de620910e564b211944b6.tar.gz gentoo-73673e76fdf238e8013de620910e564b211944b6.tar.bz2 gentoo-73673e76fdf238e8013de620910e564b211944b6.zip |
app-emulation/wine-mono: Stabilize 7.4.0 x86, #897750
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-mono/wine-mono-7.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-mono/wine-mono-7.4.0.ebuild b/app-emulation/wine-mono/wine-mono-7.4.0.ebuild index c09e03eec8e8..bc9578b07645 100644 --- a/app-emulation/wine-mono/wine-mono-7.4.0.ebuild +++ b/app-emulation/wine-mono/wine-mono-7.4.0.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 @@ -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() { |