diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2019-10-14 20:22:16 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2019-10-14 20:24:22 -0400 |
commit | b418d09533855503fb6003419d2dee6373a7e682 (patch) | |
tree | 58cfe72ae04ce788f2d13baff6bee601569e2a67 /profiles | |
parent | app-admin/sudo: amd64 stable (diff) | |
download | gentoo-b418d09533855503fb6003419d2dee6373a7e682.tar.gz gentoo-b418d09533855503fb6003419d2dee6373a7e682.tar.bz2 gentoo-b418d09533855503fb6003419d2dee6373a7e682.zip |
profiles: Fix stable
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.stable.mask | 5 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 8 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.stable.mask | 5 | ||||
-rw-r--r-- | profiles/package.mask | 2 |
4 files changed, 18 insertions, 2 deletions
diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 20224b09502d..9788baceb529 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Nick Sarnie <sarnex@gentoo.org> (2019-10-14) +# Allow on stable for now +app-emulation/wine-d3d9 -d3d9 +virtual/wine -d3d9 + # Andreas Sturmlechner <asturm@gentoo.org> (2019-08-18) # media-video/pipewire is not stable yet dev-libs/weston pipewire diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 6056662f4002..6cb002ba7d38 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,14 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Nick Sarnie <sarnex@gentoo.org> (2019-10-14) +# No longer updated or supported by the Wine project +# wine-d3d9 superceeded by nine-standalone +# wine-any has no value without wine-d3d9 +# Removal in 30 days +app-emulation/wine-d3d9 d3d9 +virtual/wine d3d9 + # Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2019-09-21) # Moved from arch/powerpc/ppc64 as it applies to most architectures. sys-firmware/seabios debug diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index 54afccee49ab..af7a470457a6 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Nick Sarnie <sarnex@gentoo.org> (2019-10-14) +# Allow on stable for now +app-emulation/wine-d3d9 -d3d9 +virtual/wine -d3d9 + # Andreas Sturmlechner <asturm@gentoo.org> (2019-09-13) # media-video/pipewire is not stable yet dev-libs/weston pipewire diff --git a/profiles/package.mask b/profiles/package.mask index 264620189544..c14d11b0ab46 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -31,11 +31,9 @@ # Nick Sarnie <sarnex@gentoo.org> (2019-10-14) # No longer updated or supported by the Wine project -# wine-d3d9 superceeded by nine-standalone # wine-any has no value without wine-d3d9 # Removal in 30 days app-emulation/wine-any -app-emulation/wine-d3d9 # Michał Górny <mgorny@gentoo.org> (2019-10-13) # Last release in 2008. Declared dead upstream, apparently broken |