sci-libs/voro++: EAPI-8 bump

Raise CMake minimum requirement for CMake 4.x.

Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
This commit is contained in:
Guilherme Amadio 2025-09-07 16:28:30 +02:00
parent 1c0e056682
commit c3e66fa730
No known key found for this signature in database
GPG Key ID: 163F3352A3B4F9FB
2 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@ Index: CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -0,0 +1,98 @@
+cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.16)
+
+project(voro++)
+

View File

@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit cmake
@ -12,6 +12,5 @@ SRC_URI="http://math.lbl.gov/voro++/download/dir/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE=""
PATCHES=( "${FILESDIR}/${P}-cmake.patch" )