From 97cb8a1c4fe6ec36ea2088137f091786916be4de Mon Sep 17 00:00:00 2001 From: NP-Hardass Date: Fri, 15 Sep 2017 16:48:32 -0400 Subject: virtual/wine: Revbump: Support abi_x86 USE flags Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- virtual/wine/wine-0-r4.ebuild | 31 ------------------------------- virtual/wine/wine-0-r5.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 31 deletions(-) delete mode 100644 virtual/wine/wine-0-r4.ebuild create mode 100644 virtual/wine/wine-0-r5.ebuild (limited to 'virtual/wine') diff --git a/virtual/wine/wine-0-r4.ebuild b/virtual/wine/wine-0-r4.ebuild deleted file mode 100644 index cf17eab1c251..000000000000 --- a/virtual/wine/wine-0-r4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Virtual for Wine that supports multiple variants and slotting" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="d3d9 staging" - -# 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 -# behind this is that some USE flags may pull in 3rd-party patchsets, so default -# of vanilla prevents that. -RDEPEND=" - staging? ( || ( - app-emulation/wine-staging[staging] - app-emulation/wine-any[staging] - ) ) - d3d9? ( || ( - app-emulation/wine-d3d9[d3d9] - app-emulation/wine-any[d3d9] - ) ) - || ( - app-emulation/wine-vanilla - app-emulation/wine-staging - app-emulation/wine-d3d9 - app-emulation/wine-any - ) - !app-emulation/wine:0" diff --git a/virtual/wine/wine-0-r5.ebuild b/virtual/wine/wine-0-r5.ebuild new file mode 100644 index 000000000000..9371f2d57ed3 --- /dev/null +++ b/virtual/wine/wine-0-r5.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Virtual for Wine that supports multiple variants and slotting" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +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 +# behind this is that some USE flags may pull in 3rd-party patchsets, so default +# of vanilla prevents that. +RDEPEND=" + staging? ( || ( + app-emulation/wine-staging[staging] + app-emulation/wine-any[staging] + ) ) + d3d9? ( || ( + app-emulation/wine-d3d9[d3d9] + app-emulation/wine-any[d3d9] + ) ) + || ( + 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" -- cgit v1.2.3-65-gdbad