diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-06-28 03:22:46 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-06-28 03:42:06 -0400 |
commit | a513b2ee9a1b73cd6a513b37f6a2a54a5f7cb6ef (patch) | |
tree | acd310f219e0cd8f2764978f2aa2dbc103ec5c5d /app-emulation/dxvk | |
parent | flag-o-matic.eclass: add filter-lto function (diff) | |
download | gentoo-a513b2ee9a1b73cd6a513b37f6a2a54a5f7cb6ef.tar.gz gentoo-a513b2ee9a1b73cd6a513b37f6a2a54a5f7cb6ef.tar.bz2 gentoo-a513b2ee9a1b73cd6a513b37f6a2a54a5f7cb6ef.zip |
app-emulation/dxvk: change bits check method
Unlikely, but old could fail if "amd64=86" is in the environment.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/dxvk')
-rw-r--r-- | app-emulation/dxvk/dxvk-1.10.1.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/dxvk/dxvk-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/dxvk/dxvk-1.10.1.ebuild b/app-emulation/dxvk/dxvk-1.10.1.ebuild index d0bfdb15b8ca..cf84df747aaa 100644 --- a/app-emulation/dxvk/dxvk-1.10.1.ebuild +++ b/app-emulation/dxvk/dxvk-1.10.1.ebuild @@ -83,7 +83,7 @@ multilib_src_configure() { local emesonargs=( --prefix="${EPREFIX}"/usr/lib/${PN} - --{bin,lib}dir=x$((${ABI#x}==86?32:64)) + --{bin,lib}dir=x${MULTILIB_ABI_FLAG: -2} $(meson_use {,enable_}d3d9) $(meson_use {,enable_}d3d10) $(meson_use {,enable_}d3d11) diff --git a/app-emulation/dxvk/dxvk-9999.ebuild b/app-emulation/dxvk/dxvk-9999.ebuild index d0bfdb15b8ca..cf84df747aaa 100644 --- a/app-emulation/dxvk/dxvk-9999.ebuild +++ b/app-emulation/dxvk/dxvk-9999.ebuild @@ -83,7 +83,7 @@ multilib_src_configure() { local emesonargs=( --prefix="${EPREFIX}"/usr/lib/${PN} - --{bin,lib}dir=x$((${ABI#x}==86?32:64)) + --{bin,lib}dir=x${MULTILIB_ABI_FLAG: -2} $(meson_use {,enable_}d3d9) $(meson_use {,enable_}d3d10) $(meson_use {,enable_}d3d11) |