commit: d0303ec6db3d673212f4554b9819684a205b5ec2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Thu May 1 16:41:13 2025 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Thu May 1 16:42:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0303ec6
dev-python/python-ctags3: add DISTUTILS_EXT=1 Closes: https://bugs.gentoo.org/954811 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> .../{python-ctags3-1.6.0.ebuild => python-ctags3-1.6.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/python-ctags3/python-ctags3-1.6.0.ebuild b/dev-python/python-ctags3/python-ctags3-1.6.0-r1.ebuild similarity index 98% rename from dev-python/python-ctags3/python-ctags3-1.6.0.ebuild rename to dev-python/python-ctags3/python-ctags3-1.6.0-r1.ebuild index 4c4091caaf9d..3652048e4fa5 100644 --- a/dev-python/python-ctags3/python-ctags3-1.6.0.ebuild +++ b/dev-python/python-ctags3/python-ctags3-1.6.0-r1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
