diff options
author | 2023-06-03 17:53:13 +0300 | |
---|---|---|
committer | 2023-06-09 17:46:09 +0300 | |
commit | f4812ebd8bfa83c401fd3f3375e0caf971edee28 (patch) | |
tree | a8c8ddcbe592b3b5fca44dcc817beb628efc3ced /sci-libs/pdal | |
parent | sci-libs/pastix: destabilize for ~x86 (diff) | |
download | gentoo-f4812ebd8bfa83c401fd3f3375e0caf971edee28.tar.gz gentoo-f4812ebd8bfa83c401fd3f3375e0caf971edee28.tar.bz2 gentoo-f4812ebd8bfa83c401fd3f3375e0caf971edee28.zip |
sci-libs/pdal: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/pdal')
-rw-r--r-- | sci-libs/pdal/pdal-2.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/pdal/pdal-2.4.3.ebuild b/sci-libs/pdal/pdal-2.4.3.ebuild index ba9b27888418..cd19216c8dd2 100644 --- a/sci-libs/pdal/pdal-2.4.3.ebuild +++ b/sci-libs/pdal/pdal-2.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 )" |