summaryrefslogtreecommitdiff
path: root/dev-build/automake/automake-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-build/automake/automake-9999.ebuild')
-rw-r--r--dev-build/automake/automake-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-build/automake/automake-9999.ebuild b/dev-build/automake/automake-9999.ebuild
index fbae9d59d81b..a5d0371f5253 100644
--- a/dev-build/automake/automake-9999.ebuild
+++ b/dev-build/automake/automake-9999.ebuild
@@ -8,11 +8,12 @@ EAPI=7
# on new automake (major) releases, as well as the dependency in RDEPEND below too.
# * Update _WANT_AUTOMAKE and _automake_atom case statement in autotools.eclass.
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit python-any-r1
if [[ ${PV} == 9999 ]] ; then
+ EGIT_MIN_CLONE_TYPE=single
EGIT_REPO_URI="https://git.savannah.gnu.org/r/${PN}.git"
inherit git-r3
else