diff options
author | Sam James <sam@gentoo.org> | 2022-11-22 20:54:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-22 20:54:57 +0000 |
commit | 7696a3394ec270f63a95013a7ad30a9a273663f2 (patch) | |
tree | acc0ef89f9fc83859920533e17a21d97976fb413 /sci-libs/pdal | |
parent | cuda.eclass: adapt for newer GCC paths (major version only) (diff) | |
download | gentoo-7696a3394ec270f63a95013a7ad30a9a273663f2.tar.gz gentoo-7696a3394ec270f63a95013a7ad30a9a273663f2.tar.bz2 gentoo-7696a3394ec270f63a95013a7ad30a9a273663f2.zip |
sci-libs/pdal: Stabilize 2.4.3 amd64, #882537
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/pdal')
-rw-r--r-- | sci-libs/pdal/pdal-2.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pdal/pdal-2.4.3.ebuild b/sci-libs/pdal/pdal-2.4.3.ebuild index 72c3e319af65..961bd7205f69 100644 --- a/sci-libs/pdal/pdal-2.4.3.ebuild +++ b/sci-libs/pdal/pdal-2.4.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/PDAL/PDAL/releases/download/${PV}/PDAL-${PV}-src.tar LICENSE="BSD" SLOT="0/14" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="postgres test" RESTRICT="!test? ( test )" |