mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
sci-mathematics/cryptominisat: bump PYTHON_COMPAT to py3.14
Closes: https://bugs.gentoo.org/974105 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
+4
-4
@@ -1,11 +1,11 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
CMAKE_IN_SOURCE_BUILD="ON"
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
DISTUTILS_EXT="1"
|
||||
DISTUTILS_OPTIONAL="1"
|
||||
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/msoos/cryptominisat/"
|
||||
if [[ "${PV}" == *9999* ]] ; then
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/msoos/${PN}.git"
|
||||
EGIT_REPO_URI="https://github.com/msoos/${PN}"
|
||||
else
|
||||
SRC_URI="https://github.com/msoos/${PN}/archive/${PV}.tar.gz
|
||||
-> ${P}.tar.gz"
|
||||
@@ -30,7 +30,7 @@ fi
|
||||
LICENSE="GPL-2 MIT"
|
||||
SLOT="0/${PV}"
|
||||
IUSE="python"
|
||||
RESTRICT="test" # Tests require some git modules.
|
||||
RESTRICT="test" # Tests require some git modules.
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
RDEPEND="
|
||||
Reference in New Issue
Block a user