summaryrefslogtreecommitdiff
path: root/sci-libs/pdal/pdal-2.4.0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-31 15:05:31 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-10-31 15:05:31 +0000
commit6dd9db91dd6ce9bbe3197aa82642866e637ba68d (patch)
tree1e3493c4e0d68b5c93274ff037f00ecbd5796cb6 /sci-libs/pdal/pdal-2.4.0-r1.ebuild
parent9420f5130776d92998a2ea8466fb15f589a20fda (diff)
gentoo auto-resync : 31:10:2022 - 15:05:31
Diffstat (limited to 'sci-libs/pdal/pdal-2.4.0-r1.ebuild')
-rw-r--r--sci-libs/pdal/pdal-2.4.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/pdal/pdal-2.4.0-r1.ebuild b/sci-libs/pdal/pdal-2.4.0-r1.ebuild
index 4c4d9e8a35d3..9501e89eae30 100644
--- a/sci-libs/pdal/pdal-2.4.0-r1.ebuild
+++ b/sci-libs/pdal/pdal-2.4.0-r1.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 ~x86"
+KEYWORDS="amd64 x86"
IUSE="postgres test"
RESTRICT="!test? ( test )"
@@ -48,7 +48,7 @@ src_configure() {
src_test() {
local myctestargs=(
- --exclude-regex '(pgpointcloudtest|pdal_io_bpf_base_test|pdal_io_bpf_zlib_test|pdal_filters_overlay_test|pdal_filters_stats_test|pdal_app_plugin_test|pdal_merge_test)'
+ --exclude-regex '(pgpointcloudtest|pdal_io_bpf_base_test|pdal_io_bpf_zlib_test|pdal_filters_overlay_test|pdal_filters_stats_test|pdal_app_plugin_test|pdal_merge_test|pdal_filters_colorinterp_test|pdal_io_optech_test|pdal_utils_test)'
--output-on-failure
)