From 4aa152c0408e66aaabb34fa9deb935a9da60e4e1 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 18 Feb 2025 20:10:18 +0100 Subject: [PATCH] media-gfx/openvdb: add missing braces Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/40640 Signed-off-by: Conrad Kostecki --- media-gfx/openvdb/openvdb-11.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/openvdb/openvdb-11.0.0.ebuild b/media-gfx/openvdb/openvdb-11.0.0.ebuild index 330e6c06f3da6..82ea6a320325f 100644 --- a/media-gfx/openvdb/openvdb-11.0.0.ebuild +++ b/media-gfx/openvdb/openvdb-11.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/v${PV}.tar.g LICENSE="MPL-2.0" OPENVDB_ABI=$(ver_cut 1) -SLOT="0/$PV" +SLOT="0/${PV}" KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" IUSE="abi$((OPENVDB_ABI + 1))-compat +abi${OPENVDB_ABI}-compat abi$((OPENVDB_ABI - 1))-compat abi$((OPENVDB_ABI - 2))-compat alembic ax +blosc cpu_flags_x86_avx cpu_flags_x86_sse4_2 cuda doc examples jpeg +nanovdb numpy openexr png python static-libs test utils zlib"