commit: 97cb8a1c4fe6ec36ea2088137f091786916be4de
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 20:48:32 2017 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep 20 22:20:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97cb8a1c
virtual/wine: Revbump: Support abi_x86 USE flags
Package-Manager: Portage-2.3.8, Repoman-2.3.3
virtual/wine/{wine-0-r4.ebuild => wine-0-r5.ebuild} | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/virtual/wine/wine-0-r4.ebuild b/virtual/wine/wine-0-r5.ebuild
similarity index 70%
rename from virtual/wine/wine-0-r4.ebuild
rename to virtual/wine/wine-0-r5.ebuild
index cf17eab1c25..9371f2d57ed 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"