virtual/wine: Remove d3d9 USE
authorNick Sarnie <sarnex@gentoo.org>
Tue, 15 Oct 2019 00:23:01 +0000 (20:23 -0400)
committerNick Sarnie <sarnex@gentoo.org>
Tue, 15 Oct 2019 00:24:22 +0000 (20:24 -0400)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
virtual/wine/wine-0-r6.ebuild

index 9371f2d57ed3576450a4b3b66290a4b210928ec3..ce5b0f83df02a982b48a9b14c9ccd417f9992813 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ DESCRIPTION="Virtual for Wine that supports multiple variants and slotting"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+abi_x86_32 +abi_x86_64 d3d9 staging"
+IUSE="+abi_x86_32 +abi_x86_64 staging"
 
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )"
 
@@ -20,10 +20,6 @@ RDEPEND="
                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=]