summaryrefslogtreecommitdiff
path: root/sci-libs/pdal/pdal-2.4.0-r1.ebuild
diff options
context:
space:
mode:
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
)