summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Sarnie <sarnex@gentoo.org>2019-10-14 20:23:01 -0400
committerNick Sarnie <sarnex@gentoo.org>2019-10-14 20:24:22 -0400
commitfef2454484ce1f8d6f22889d8dae5224ec84b6ee (patch)
tree494db29eb7448f0712e8942c374b167e30d9c32b
parentprofiles: Fix stable (diff)
downloadgentoo-fef2454484ce1f8d6f22889d8dae5224ec84b6ee.tar.gz
gentoo-fef2454484ce1f8d6f22889d8dae5224ec84b6ee.tar.bz2
gentoo-fef2454484ce1f8d6f22889d8dae5224ec84b6ee.zip
virtual/wine: Remove d3d9 USE
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
-rw-r--r--virtual/wine/wine-0-r6.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/virtual/wine/wine-0-r6.ebuild b/virtual/wine/wine-0-r6.ebuild
index 9371f2d57ed3..ce5b0f83df02 100644
--- a/virtual/wine/wine-0-r6.ebuild
+++ b/virtual/wine/wine-0-r6.ebuild
@@ -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=]