diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-10-12 00:24:14 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-10-12 09:42:59 -0400 |
commit | 9d6d72cad3e6b30d11aa135e652f90d6240cc41a (patch) | |
tree | b4f2b59d1b0cf55a36d95cbfc179fb2acb3acaea /virtual/wine | |
parent | profiles/arch: drop obsolete wine-* vulkan/vkd3d mask (diff) | |
download | gentoo-9d6d72cad3e6b30d11aa135e652f90d6240cc41a.tar.gz gentoo-9d6d72cad3e6b30d11aa135e652f90d6240cc41a.tar.bz2 gentoo-9d6d72cad3e6b30d11aa135e652f90d6240cc41a.zip |
virtual/wine: stabilize 0-r10 for ALLARCHES
Not useful in stable given wine-proton isn't, but no reason to
keep multiple versions of this -- so stabling to cleanup.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'virtual/wine')
-rw-r--r-- | virtual/wine/wine-0-r10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/wine/wine-0-r10.ebuild b/virtual/wine/wine-0-r10.ebuild index 8b239c870d42..ec2d32f55736 100644 --- a/virtual/wine/wine-0-r10.ebuild +++ b/virtual/wine/wine-0-r10.ebuild @@ -6,7 +6,7 @@ EAPI=8 DESCRIPTION="Virtual for Wine that supports multiple variants and slotting" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+abi_x86_32 +abi_x86_64 proton staging" REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" |