From 0ae958065124a96504929d02a70cb6dfbb4e70f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 28 May 2025 09:45:21 +0200 Subject: dev-python/python-tests: Enable the only target by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use IUSE default to enable the only target by default. This package is updated in sync with dev-lang/python, so there should be no harm in inlining PYTHON_TARGETS, and the defaults should help arch testing work out of the box. Signed-off-by: Michał Górny --- dev-python/python-tests/python-tests-3.12.10_p1.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-python/python-tests/python-tests-3.12.10_p1.ebuild') diff --git a/dev-python/python-tests/python-tests-3.12.10_p1.ebuild b/dev-python/python-tests/python-tests-3.12.10_p1.ebuild index fa89d04e53be..974f9b62233c 100644 --- a/dev-python/python-tests/python-tests-3.12.10_p1.ebuild +++ b/dev-python/python-tests/python-tests-3.12.10_p1.ebuild @@ -29,6 +29,8 @@ S="${WORKDIR}/${MY_P}/Lib" LICENSE="PSF-2" SLOT="${PYVER}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86" +# enable by default to help CI handle it (we have no additional deps) +IUSE="+python_targets_${PYTHON_COMPAT[0]}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" -- cgit v1.2.3