diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-04-08 10:32:14 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-04-08 10:34:35 -0400 |
commit | 6fb930c0ed85c3a26ab0a5eab71e82ebaa60a4fa (patch) | |
tree | d33260e3d8c3ac4064279833009015e43db30669 /app-emulation | |
parent | c16591f04421ac359de0c53d8635511e43818c58 (diff) | |
download | gentoo-overlay-6fb930c0ed85c3a26ab0a5eab71e82ebaa60a4fa.tar.xz gentoo-overlay-6fb930c0ed85c3a26ab0a5eab71e82ebaa60a4fa.zip |
app-emulation/dxvk: remove cross-deps
https://bugs.gentoo.org/837242
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/dxvk/dxvk-1.10.1.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app-emulation/dxvk/dxvk-1.10.1.ebuild b/app-emulation/dxvk/dxvk-1.10.1.ebuild index acb6291..8f498ae 100644 --- a/app-emulation/dxvk/dxvk-1.10.1.ebuild +++ b/app-emulation/dxvk/dxvk-1.10.1.ebuild @@ -25,8 +25,6 @@ fi IUSE="+d3d9 +d3d10 +d3d11 debug +dxgi test" DEPEND=" - abi_x86_32? ( cross-i686-w64-mingw32/gcc ) - abi_x86_64? ( cross-x86_64-w64-mingw32/gcc ) dev-util/vulkan-headers dev-util/glslang " |