diff options
Diffstat (limited to 'virtual/wine')
-rw-r--r-- | virtual/wine/Manifest | 3 | ||||
-rw-r--r-- | virtual/wine/wine-0-r10.ebuild | 2 | ||||
-rw-r--r-- | virtual/wine/wine-0-r9.ebuild | 25 |
3 files changed, 2 insertions, 28 deletions
diff --git a/virtual/wine/Manifest b/virtual/wine/Manifest index e8a55fe76b70..6fb6063ece31 100644 --- a/virtual/wine/Manifest +++ b/virtual/wine/Manifest @@ -1,3 +1,2 @@ -EBUILD wine-0-r10.ebuild 856 BLAKE2B a9f7e1f3961939331ddb93c46fb77c093adcf79c3219e7cc99c8d5a83da2cca8b78a593a653196e2c813a38390a37edcf8f64c57e6a8996245705b4f698cc073 SHA512 5be1b9e008e393b1989a0190956cb8d0d280fa39ce2ec1e5c8c314c60bdb931f3423062c69cf776e228a8cc4136e8911efbf4b99fdeb5b84a20f03895d37a3de -EBUILD wine-0-r9.ebuild 766 BLAKE2B 956be41b072ca63715ed4d3b78864e9bf2a3682270e11a580ab3023d1b0a07030a581c1048cfe9d90d042cb2b102ef755597dc1944029e14a32461deca4f69c8 SHA512 c5c31f630e8cca8dd9e18e328eb0e7d30d34ee36c3f9e7dd7acb3c8e8b6f659acabb92c05ce5e92cf755657649d7814472f88c438f1b52f6beb7b5169c240bec +EBUILD wine-0-r10.ebuild 854 BLAKE2B 8e05cbfac6a635d64218547b3cbd7c09937d1938b125f24d9329b0c70e8f30e2b1b72ed6c7a8ba330823bd09a6f7ab2043b904bd1632d2a0069258912a93e3ab SHA512 1b2020efc408eb2e321102658161ace2d5d55c53f718629b74ca22a7c16bee032c4c290cbb4a29ede3d6801957d82734f88da137c6f5b57d68d9d556c90d4fa6 MISC metadata.xml 616 BLAKE2B 22b029cdf55e61e52458293426c955ebb59a6a0700da25edc0af97980a8143e01c9db583c5e07df91760fc1e75127ddab557f287cd0bf82c36aaf4a61df49a7b SHA512 30bc536caf5cbef33a24e3b08dc208d67c61f8712bb39325a812afc5577511c5d73250299ae59701eba6f43a201a47669155633e48ec0962e3d1cb9acfb95ce5 diff --git a/virtual/wine/wine-0-r10.ebuild b/virtual/wine/wine-0-r10.ebuild index 8b239c870d42..ec2d32f55736 100644 --- a/virtual/wine/wine-0-r10.ebuild +++ b/virtual/wine/wine-0-r10.ebuild @@ -6,7 +6,7 @@ EAPI=8 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 proton staging" REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" diff --git a/virtual/wine/wine-0-r9.ebuild b/virtual/wine/wine-0-r9.ebuild deleted file mode 100644 index b46e61f831a1..000000000000 --- a/virtual/wine/wine-0-r9.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual for Wine that supports multiple variants and slotting" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+abi_x86_32 +abi_x86_64 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-vanilla[abi_x86_32=,abi_x86_64=] - app-emulation/wine-staging[abi_x86_32=,abi_x86_64=] - )" |