diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-09-09 15:14:37 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-09-10 05:47:15 -0400 |
commit | caaf13ee896adccdcd711bb067ead20416e7b0b7 (patch) | |
tree | 831f2b3d17daa8bdebd1b2382cac64727d337703 /virtual/wine | |
parent | app-emulation/wine-vanilla: update metadata.xml USE/desc (diff) | |
download | gentoo-caaf13ee896adccdcd711bb067ead20416e7b0b7.tar.gz gentoo-caaf13ee896adccdcd711bb067ead20416e7b0b7.tar.bz2 gentoo-caaf13ee896adccdcd711bb067ead20416e7b0b7.zip |
virtual/wine: add (+) to staging USE, and drop ancient blockers
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'virtual/wine')
-rw-r--r-- | virtual/wine/wine-0-r10.ebuild (renamed from virtual/wine/wine-0-r8.ebuild) | 5 | ||||
-rw-r--r-- | virtual/wine/wine-0-r9.ebuild (renamed from virtual/wine/wine-0-r7.ebuild) | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/virtual/wine/wine-0-r8.ebuild b/virtual/wine/wine-0-r10.ebuild index af40db7eedf9..8b239c870d42 100644 --- a/virtual/wine/wine-0-r8.ebuild +++ b/virtual/wine/wine-0-r10.ebuild @@ -16,10 +16,9 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" # of vanilla prevents that. RDEPEND=" proton? ( app-emulation/wine-proton ) - staging? ( app-emulation/wine-staging[staging] ) + staging? ( app-emulation/wine-staging[staging(+)] ) || ( app-emulation/wine-vanilla[abi_x86_32=,abi_x86_64=] app-emulation/wine-proton[abi_x86_32=,abi_x86_64=] app-emulation/wine-staging[abi_x86_32=,abi_x86_64=] - ) - !app-emulation/wine:0" + )" diff --git a/virtual/wine/wine-0-r7.ebuild b/virtual/wine/wine-0-r9.ebuild index 18cacfaec222..b46e61f831a1 100644 --- a/virtual/wine/wine-0-r7.ebuild +++ b/virtual/wine/wine-0-r9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,10 +17,9 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" # of vanilla prevents that. RDEPEND=" staging? ( || ( - app-emulation/wine-staging[staging] + app-emulation/wine-staging[staging(+)] ) ) || ( app-emulation/wine-vanilla[abi_x86_32=,abi_x86_64=] app-emulation/wine-staging[abi_x86_32=,abi_x86_64=] - ) - !app-emulation/wine:0" + )" |