diff options
author | Sam James <sam@gentoo.org> | 2024-02-11 03:39:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-11 03:39:03 +0000 |
commit | 9da1950962334ca936d6511028f9c3bd4d1e6794 (patch) | |
tree | 7096272b3e29a54de468e2492763a05de5e5d893 /app-emulation | |
parent | net-im/fractal: Stabilize 6_rc amd64, #923654 (diff) | |
download | gentoo-9da1950962334ca936d6511028f9c3bd4d1e6794.tar.gz gentoo-9da1950962334ca936d6511028f9c3bd4d1e6794.tar.bz2 gentoo-9da1950962334ca936d6511028f9c3bd4d1e6794.zip |
app-emulation/wine-gecko: Stabilize 2.47.4 x86, #924195
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild index 4b658c28de78..ac08991f84be 100644 --- a/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild +++ b/app-emulation/wine-gecko/wine-gecko-2.47.4.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 @@ -20,7 +20,7 @@ S="${WORKDIR}" LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0" SLOT="${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="+abi_x86_32 abi_x86_64 +shared" REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" |