diff options
author | 2024-01-03 06:58:24 +0000 | |
---|---|---|
committer | 2024-01-03 06:58:24 +0000 | |
commit | 4ff9437ea472180676fefc31f65522ae37a5c661 (patch) | |
tree | 6279625c37e1864efafaf025594dc3c8fd1437f4 /app-emulation/vkd3d | |
parent | dev-libs/serd: Stabilize 0.32.0 ppc64, #918120 (diff) | |
download | gentoo-4ff9437ea472180676fefc31f65522ae37a5c661.tar.gz gentoo-4ff9437ea472180676fefc31f65522ae37a5c661.tar.bz2 gentoo-4ff9437ea472180676fefc31f65522ae37a5c661.zip |
app-emulation/vkd3d: Stabilize 1.10 amd64, #921247
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/vkd3d')
-rw-r--r-- | app-emulation/vkd3d/vkd3d-1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/vkd3d/vkd3d-1.10.ebuild b/app-emulation/vkd3d/vkd3d-1.10.ebuild index 2056245ceba0..14e7d9acd3f1 100644 --- a/app-emulation/vkd3d/vkd3d-1.10.ebuild +++ b/app-emulation/vkd3d/vkd3d-1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="ncurses spirv-tools" RESTRICT="test" #838655 |