diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-05-28 09:45:21 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-05-28 10:00:41 +0200 |
| commit | 0ae958065124a96504929d02a70cb6dfbb4e70f7 (patch) | |
| tree | bc56c6375ec78dedb4079b65ba3c2fb3b138754e /dev-python/python-tests/python-tests-3.12.10.ebuild | |
| parent | 2343fa132d0348fdc911435693fb8b0287e362bc (diff) | |
| download | gentoo-0ae958065124a96504929d02a70cb6dfbb4e70f7.tar.gz gentoo-0ae958065124a96504929d02a70cb6dfbb4e70f7.tar.bz2 gentoo-0ae958065124a96504929d02a70cb6dfbb4e70f7.zip | |
dev-python/python-tests: Enable the only target by default
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 <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-tests/python-tests-3.12.10.ebuild')
| -rw-r--r-- | dev-python/python-tests/python-tests-3.12.10.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/python-tests/python-tests-3.12.10.ebuild b/dev-python/python-tests/python-tests-3.12.10.ebuild index a8a5d217bf43..a578ea2133da 100644 --- a/dev-python/python-tests/python-tests-3.12.10.ebuild +++ b/dev-python/python-tests/python-tests-3.12.10.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=" |
