commit: a0de108791d18775a8aa320b0ddbe545507f0eef
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 30 16:51:58 2025 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Aug 30 16:58:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0de1087
sci-libs/nanoflann: update EAPI 7 -> 8, update live ebuild
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sci-libs/nanoflann/nanoflann-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-libs/nanoflann/nanoflann-9999.ebuild
b/sci-libs/nanoflann/nanoflann-9999.ebuild
index c18cb819c4ff..802bcd090f6e 100644
--- a/sci-libs/nanoflann/nanoflann-9999.ebuild
+++ b/sci-libs/nanoflann/nanoflann-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake
@@ -26,8 +26,8 @@ DEPEND="${RDEPEND}"
src_configure() {
local mycmakeargs=(
- -DBUILD_EXAMPLES=$(usex examples)
- -DBUILD_TESTS=$(usex test)
+ -DNANOFLANN_BUILD_EXAMPLES=$(usex examples)
+ -DNANOFLANN_BUILD_TESTS=$(usex test)
)
cmake_src_configure
}