diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2019-12-22 14:59:16 -0500 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2019-12-22 14:59:56 -0500 |
commit | 20fde2d04ece0d70d28cb6af3c2e0a21ffd291ad (patch) | |
tree | b80d78cc84d6991281b168f5481b53fc5a980c3e /virtual | |
parent | app-crypt/qca: Drop 2.2.0 (diff) | |
download | gentoo-20fde2d04ece0d70d28cb6af3c2e0a21ffd291ad.tar.gz gentoo-20fde2d04ece0d70d28cb6af3c2e0a21ffd291ad.tar.bz2 gentoo-20fde2d04ece0d70d28cb6af3c2e0a21ffd291ad.zip |
virtual/wine: amd64 and x86 stable
Closes: https://bugs.gentoo.org/703554
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/wine/wine-0-r7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/wine/wine-0-r7.ebuild b/virtual/wine/wine-0-r7.ebuild index c169693fcdbb..18cacfaec222 100644 --- a/virtual/wine/wine-0-r7.ebuild +++ b/virtual/wine/wine-0-r7.ebuild @@ -6,7 +6,7 @@ EAPI=7 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 staging" REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" |