commit:     74fa0d12f29d66602960fdc6024b913aff658161
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 07:02:45 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 07:02:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74fa0d12

sci-geosciences/laszip: fix variable order

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-geosciences/laszip/laszip-3.4.3.ebuild | 5 ++---
 1 file 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}"

Reply via email to