mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
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:
parent
1c0e056682
commit
c3e66fa730
@ -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++)
|
||||
+
|
||||
|
||||
@ -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" )
|
||||
Loading…
x
Reference in New Issue
Block a user