diff options
author | Sam James <sam@gentoo.org> | 2024-03-15 07:02:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-15 07:02:45 +0000 |
commit | 74fa0d12f29d66602960fdc6024b913aff658161 (patch) | |
tree | 4eca5ff4fdf2cd334ad25a2774dff85c104aa8b4 /sci-geosciences | |
parent | sci-geosciences/laszip: add 3.4.3 (diff) | |
download | gentoo-74fa0d12f29d66602960fdc6024b913aff658161.tar.gz gentoo-74fa0d12f29d66602960fdc6024b913aff658161.tar.bz2 gentoo-74fa0d12f29d66602960fdc6024b913aff658161.zip |
sci-geosciences/laszip: fix variable order
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/laszip/laszip-3.4.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-geosciences/laszip/laszip-3.4.3.ebuild b/sci-geosciences/laszip/laszip-3.4.3.ebuild index f933e83e1d19..58e2a7808ff4 100644 --- a/sci-geosciences/laszip/laszip-3.4.3.ebuild +++ b/sci-geosciences/laszip/laszip-3.4.3.ebuild @@ -8,9 +8,8 @@ inherit cmake DESCRIPTION="Library for free and lossless compression of the LAS LiDAR format" HOMEPAGE="https://laszip.org/" SRC_URI="https://github.com/LASzip/LASzip/releases/download/${PV}/${PN}-src-${PV}.tar.gz" +S="${WORKDIR}/${PN}-src-${PV}" -SLOT="0" LICENSE="LGPL-2.1+" +SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" - -S="${WORKDIR}/${PN}-src-${PV}" |