mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
sci-electronics/verilator: disable py3.9
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI="8"
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..12} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
|
|
||||||
inherit autotools python-single-r1
|
inherit autotools python-single-r1
|
||||||
|
|
||||||
@@ -24,7 +24,6 @@ fi
|
|||||||
LICENSE="|| ( Artistic-2 LGPL-3 )"
|
LICENSE="|| ( Artistic-2 LGPL-3 )"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="debug test"
|
IUSE="debug test"
|
||||||
|
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI="8"
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..12} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
|
|
||||||
inherit autotools python-single-r1
|
inherit autotools python-single-r1
|
||||||
|
|
||||||
@@ -24,7 +24,6 @@ fi
|
|||||||
LICENSE="|| ( Artistic-2 LGPL-3 )"
|
LICENSE="|| ( Artistic-2 LGPL-3 )"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="debug test"
|
IUSE="debug test"
|
||||||
|
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
|
|||||||
Reference in New Issue
Block a user