From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8B79158064 for ; Tue, 30 Apr 2024 12:22:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07D1EE2A48; Tue, 30 Apr 2024 12:22:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8F6AE2A43 for ; Tue, 30 Apr 2024 12:22:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9741F3430AC for ; Tue, 30 Apr 2024 12:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9FE317A4 for ; Tue, 30 Apr 2024 12:22:20 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1714465261.49e4ea0de650b49ad3217e84b503af03e0d45ec6.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/verilator/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/verilator/verilator-5.022.ebuild sci-electronics/verilator/verilator-9999.ebuild X-VCS-Directories: sci-electronics/verilator/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 49e4ea0de650b49ad3217e84b503af03e0d45ec6 X-VCS-Branch: master Date: Tue, 30 Apr 2024 12:22:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4538c892-4e49-40c5-9daa-fb5f714ce2b9 X-Archives-Hash: ac931cc21839c6527fbbc140fbb249f9 commit: 49e4ea0de650b49ad3217e84b503af03e0d45ec6 Author: Huang Rui gmail com> AuthorDate: Tue Apr 30 08:21:01 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Apr 30 08:21:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49e4ea0d sci-electronics/verilator: disable py3.9 Signed-off-by: Huang Rui gmail.com> sci-electronics/verilator/verilator-5.022.ebuild | 5 ++--- sci-electronics/verilator/verilator-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sci-electronics/verilator/verilator-5.022.ebuild b/sci-electronics/verilator/verilator-5.022.ebuild index 2217f4a193..8baad1fa27 100644 --- a/sci-electronics/verilator/verilator-5.022.ebuild +++ b/sci-electronics/verilator/verilator-5.022.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2024 Gentoo Authors # 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 @@ -24,7 +24,6 @@ fi LICENSE="|| ( Artistic-2 LGPL-3 )" SLOT="0" IUSE="debug test" - RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/sci-electronics/verilator/verilator-9999.ebuild b/sci-electronics/verilator/verilator-9999.ebuild index 2217f4a193..8baad1fa27 100644 --- a/sci-electronics/verilator/verilator-9999.ebuild +++ b/sci-electronics/verilator/verilator-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2024 Gentoo Authors # 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 @@ -24,7 +24,6 @@ fi LICENSE="|| ( Artistic-2 LGPL-3 )" SLOT="0" IUSE="debug test" - RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}"