summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-02-29 02:40:10 +0000
committerSam James <sam@gentoo.org>2024-02-29 02:40:51 +0000
commit9839b4a88baecc21469f0ed65a8f831c72135b50 (patch)
treefd35cbdcd37d90b5579fc45a84317acc8ee6109a /sci-geosciences
parentsci-geosciences/liblas: filter LTO (diff)
downloadgentoo-9839b4a88baecc21469f0ed65a8f831c72135b50.tar.gz
gentoo-9839b4a88baecc21469f0ed65a8f831c72135b50.tar.bz2
gentoo-9839b4a88baecc21469f0ed65a8f831c72135b50.zip
sci-geosciences/liblas: style tweak (VariableOrderWrong)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/liblas/liblas-1.8.1-r3.ebuild5
1 files 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