commit:     9839b4a88baecc21469f0ed65a8f831c72135b50
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 29 02:40:10 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 02:40:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9839b4a8

sci-geosciences/liblas: style tweak (VariableOrderWrong)

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

 sci-geosciences/liblas/liblas-1.8.1-r3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sci-geosciences/liblas/liblas-1.8.1-r3.ebuild 
b/sci-geosciences/liblas/liblas-1.8.1-r3.ebuild
index 8865b0241ae5..1c896bcd74f1 100644
--- a/sci-geosciences/liblas/liblas-1.8.1-r3.ebuild
+++ b/sci-geosciences/liblas/liblas-1.8.1-r3.ebuild
@@ -8,9 +8,10 @@ inherit cmake flag-o-matic
 DESCRIPTION="C/C++ library for manipulating the LAS LiDAR format common in GIS"
 HOMEPAGE="https://github.com/libLAS/libLAS/";
 SRC_URI="https://github.com/libLAS/libLAS/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/libLAS-${PV}"
 
-SLOT="0"
 LICENSE="BSD"
+SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="gdal"
 
@@ -25,8 +26,6 @@ RDEPEND="${DEPEND}"
 # tests known to fail due to LD_LIBRARY_PATH issue
 RESTRICT="test"
 
-S="${WORKDIR}/libLAS-${PV}"
-
 PATCHES=(
        "${FILESDIR}"/${PN}-1.8.0_remove-std-c++98.patch
        "${FILESDIR}"/${P}-fix-overload-call.patch # bug 661654

Reply via email to