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.14.9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-python/python-tests/python-tests-3.14.9999.ebuild') diff --git a/dev-python/python-tests/python-tests-3.14.9999.ebuild b/dev-python/python-tests/python-tests-3.14.9999.ebuild index ea2da946d1f2..5c1799fdf974 100644 --- a/dev-python/python-tests/python-tests-3.14.9999.ebuild +++ b/dev-python/python-tests/python-tests-3.14.9999.ebuild @@ -24,6 +24,8 @@ S="${WORKDIR}/${P}/Lib" LICENSE="PSF-2" SLOT="${PYVER}" +# 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