diff options
author | 2022-04-15 15:30:35 -0400 | |
---|---|---|
committer | 2022-04-15 15:31:00 -0400 | |
commit | 13386b69774d914d57a9d17f007077d9ca3f4fb6 (patch) | |
tree | 4ce46a2e9948cd3a3d29395ecf25e49118e2af0c /app-emulation/vkd3d/vkd3d-1.2.ebuild | |
parent | gnome-base/gnome-shell: Require gtk3 and gtk4 support in ibus (diff) | |
download | gentoo-13386b69774d914d57a9d17f007077d9ca3f4fb6.tar.gz gentoo-13386b69774d914d57a9d17f007077d9ca3f4fb6.tar.bz2 gentoo-13386b69774d914d57a9d17f007077d9ca3f4fb6.zip |
app-emulation/vkd3d: Sync with ::wine
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/vkd3d/vkd3d-1.2.ebuild')
-rw-r--r-- | app-emulation/vkd3d/vkd3d-1.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/vkd3d/vkd3d-1.2.ebuild b/app-emulation/vkd3d/vkd3d-1.2.ebuild index 3589b8daabe..f1338881d76 100644 --- a/app-emulation/vkd3d/vkd3d-1.2.ebuild +++ b/app-emulation/vkd3d/vkd3d-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,9 @@ else SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz" fi +#Tests fail: https://bugs.gentoo.org/838655 +RESTRICT="test" + IUSE="spirv-tools" RDEPEND="spirv-tools? ( dev-util/spirv-tools:=[${MULTILIB_USEDEP}] ) media-libs/vulkan-loader[${MULTILIB_USEDEP},X] |