diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-06-02 00:46:39 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-06-02 02:53:33 -0400 |
commit | a20c66aeb8aad0ef76552b5ba33c0a5090657466 (patch) | |
tree | f9a2dccbba920549eabec86a44166fb93212ecff /app-emulation | |
parent | app-emulation/dxvk: USE=-debug -> global USE=strip in live (diff) | |
download | gentoo-a20c66aeb8aad0ef76552b5ba33c0a5090657466.tar.gz gentoo-a20c66aeb8aad0ef76552b5ba33c0a5090657466.tar.bz2 gentoo-a20c66aeb8aad0ef76552b5ba33c0a5090657466.zip |
app-emulation/vkd3d-proton: 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.
Note that USE=debug is still used to enable tracing here, part
of why these should ideally be separate flags.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild b/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild index acd48d75d28c..3b7c91df0a13 100644 --- a/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild +++ b/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild @@ -41,7 +41,7 @@ HOMEPAGE="https://github.com/HansKristian-Work/vkd3d-proton/" LICENSE="LGPL-2.1+ Apache-2.0 MIT" SLOT="0" -IUSE="+abi_x86_32 crossdev-mingw debug extras" +IUSE="+abi_x86_32 crossdev-mingw debug extras +strip" BDEPEND=" dev-util/glslang @@ -149,7 +149,7 @@ multilib_src_configure() { --{cross,native}-file="${T}"/widl.${ABI}.ini $(meson_use {,enable_}extras) $(meson_use debug enable_trace) - $(usev !debug --strip) # portage won't strip .dll, so allow it here + $(usev strip --strip) # portage won't strip .dll, so allow it here -Denable_tests=false # needs wine/vulkan and is intended for manual use ) |