diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-02 19:10:54 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 14:12:34 +0300 |
commit | d6f929324e8e542d09c1e95ea8193522c0a22ae1 (patch) | |
tree | b8d665f7305df272ae9bf7e0557ca7cf18c33dac /sci-geosciences/laszip | |
parent | sci-geosciences/gpsd: destabilize for ~ppc (diff) | |
download | gentoo-d6f929324e8e542d09c1e95ea8193522c0a22ae1.tar.gz gentoo-d6f929324e8e542d09c1e95ea8193522c0a22ae1.tar.bz2 gentoo-d6f929324e8e542d09c1e95ea8193522c0a22ae1.zip |
sci-geosciences/laszip: destabilize for ~ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-geosciences/laszip')
-rw-r--r-- | sci-geosciences/laszip/laszip-3.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/laszip/laszip-3.4.1.ebuild b/sci-geosciences/laszip/laszip-3.4.1.ebuild index a3586d0fa6c5..be7c6bb38a1d 100644 --- a/sci-geosciences/laszip/laszip-3.4.1.ebuild +++ b/sci-geosciences/laszip/laszip-3.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,6 +11,6 @@ SRC_URI="https://github.com/LASzip/LASzip/releases/download/${PV}/${PN}-src-${PV SLOT="0" LICENSE="LGPL-2.1+" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 x86" S="${WORKDIR}/${PN}-src-${PV}" |