summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-06-02 00:45:30 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-06-02 02:53:33 -0400
commitd1a69194c3c7c621b0c7fa5fde69eb04370cec02 (patch)
tree9aac7cfcf48beeffe9ab350f760c203b046633db /app-emulation
parentmedia-sound/qsynth: dropped obsolete 0.9.9 (diff)
downloadgentoo-d1a69194c3c7c621b0c7fa5fde69eb04370cec02.tar.gz
gentoo-d1a69194c3c7c621b0c7fa5fde69eb04370cec02.tar.bz2
gentoo-d1a69194c3c7c621b0c7fa5fde69eb04370cec02.zip
app-emulation/dxvk: USE=-debug -> global USE=strip in live
Will update the old ebuilds eventually but given this triggers a rebuild with --changed-use (default enabled), will wait till a bump and maybe stable to give a chance for people to update. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/dxvk/dxvk-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/dxvk/dxvk-9999.ebuild b/app-emulation/dxvk/dxvk-9999.ebuild
index ccfbe4f5209a..b2469528ebc8 100644
--- a/app-emulation/dxvk/dxvk-9999.ebuild
+++ b/app-emulation/dxvk/dxvk-9999.ebuild
@@ -37,7 +37,7 @@ HOMEPAGE="https://github.com/doitsujin/dxvk/"
LICENSE="ZLIB Apache-2.0 MIT"
SLOT="0"
-IUSE="+abi_x86_32 crossdev-mingw +d3d9 +d3d10 +d3d11 debug +dxgi"
+IUSE="+abi_x86_32 crossdev-mingw +d3d9 +d3d10 +d3d11 +dxgi +strip"
REQUIRED_USE="
|| ( d3d9 d3d10 d3d11 dxgi )
d3d10? ( d3d11 )
@@ -126,7 +126,7 @@ multilib_src_configure() {
$(meson_use {,enable_}d3d10)
$(meson_use {,enable_}d3d11)
$(meson_use {,enable_}dxgi)
- $(usev !debug --strip) # portage won't strip .dll, so allow it here
+ $(usev strip --strip) # portage won't strip .dll, so allow it here
)
meson_src_configure