From dc31f53187fe43047be2fa874b544ad93f1e600e Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 31 Dec 2025 19:23:51 -0500 Subject: [PATCH] qh3-0.12.0: minor fixups since we are going to use this version for now --- dev-python/qh3/qh3-0.12.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/qh3/qh3-0.12.0.ebuild b/dev-python/qh3/qh3-0.12.0.ebuild index 928b736fb..8c2a042e8 100644 --- a/dev-python/qh3/qh3-0.12.0.ebuild +++ b/dev-python/qh3/qh3-0.12.0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools +DISTUTILS_EXT=1 PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 pypi