diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-06 09:49:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-06 09:49:20 +0300 |
commit | a2d0d915df2812a88a85e7551e4c421853cbf488 (patch) | |
tree | e0c49cb47e73ce7b02a2990ac021f8bf90a31200 /sci-libs/vtk | |
parent | dev-ruby/rack-cache: drop 1.14.0 (diff) | |
download | gentoo-a2d0d915df2812a88a85e7551e4c421853cbf488.tar.gz gentoo-a2d0d915df2812a88a85e7551e4c421853cbf488.tar.bz2 gentoo-a2d0d915df2812a88a85e7551e4c421853cbf488.zip |
sci-libs/vtk: Stabilize 9.3.0 amd64, #925018
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r-- | sci-libs/vtk/vtk-9.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/vtk/vtk-9.3.0.ebuild b/sci-libs/vtk/vtk-9.3.0.ebuild index 783441f55428..28ef8668d7a7 100644 --- a/sci-libs/vtk/vtk-9.3.0.ebuild +++ b/sci-libs/vtk/vtk-9.3.0.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 @@ -38,7 +38,7 @@ S="${WORKDIR}/VTK-${MY_PV2}" LICENSE="BSD LGPL-2" SLOT="0/${MY_PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" # TODO: Like to simplifiy these. Mostly the flags related to Groups. IUSE="all-modules boost cuda debug doc examples ffmpeg +freetype gdal gles2-only imaging |