diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2017-09-15 16:48:32 -0400 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2017-09-20 18:20:38 -0400 |
commit | 97cb8a1c4fe6ec36ea2088137f091786916be4de (patch) | |
tree | f6d3459d63318404c488398178f05dd285e40daf /virtual/wine | |
parent | media-sound/xmms2: Keyword for ~arm (diff) | |
download | gentoo-97cb8a1c4fe6ec36ea2088137f091786916be4de.tar.gz gentoo-97cb8a1c4fe6ec36ea2088137f091786916be4de.tar.bz2 gentoo-97cb8a1c4fe6ec36ea2088137f091786916be4de.zip |
virtual/wine: Revbump: Support abi_x86 USE flags
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'virtual/wine')
-rw-r--r-- | virtual/wine/wine-0-r5.ebuild (renamed from virtual/wine/wine-0-r4.ebuild) | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/virtual/wine/wine-0-r4.ebuild b/virtual/wine/wine-0-r5.ebuild index cf17eab1c251..9371f2d57ed3 100644 --- a/virtual/wine/wine-0-r4.ebuild +++ b/virtual/wine/wine-0-r5.ebuild @@ -7,7 +7,9 @@ DESCRIPTION="Virtual for Wine that supports multiple variants and slotting" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="d3d9 staging" +IUSE="+abi_x86_32 +abi_x86_64 d3d9 staging" + +REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" # Note, the ordering here is intentional, to take advantage of the short-circuit # logic of portage, to enforce wine-vanilla as default for new users. The idea @@ -23,9 +25,9 @@ RDEPEND=" app-emulation/wine-any[d3d9] ) ) || ( - app-emulation/wine-vanilla - app-emulation/wine-staging - app-emulation/wine-d3d9 - app-emulation/wine-any + app-emulation/wine-vanilla[abi_x86_32=,abi_x86_64=] + app-emulation/wine-staging[abi_x86_32=,abi_x86_64=] + app-emulation/wine-d3d9[abi_x86_32=,abi_x86_64=] + app-emulation/wine-any[abi_x86_32=,abi_x86_64=] ) !app-emulation/wine:0" |