diff options
author | Sam James <sam@gentoo.org> | 2023-07-09 03:12:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-09 03:12:29 +0100 |
commit | efc094bacf1c5b9cf290e2799ea0c180e7aa3b57 (patch) | |
tree | d82e4179c108ca17381c293789042359c1373828 /sys-devel/automake | |
parent | net-libs/udns: Fix detection of inet_pton and inet_ntop with clang 16 (diff) | |
download | gentoo-efc094bacf1c5b9cf290e2799ea0c180e7aa3b57.tar.gz gentoo-efc094bacf1c5b9cf290e2799ea0c180e7aa3b57.tar.bz2 gentoo-efc094bacf1c5b9cf290e2799ea0c180e7aa3b57.zip |
sys-devel/automake: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/automake-1.16.5-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.16.5.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/automake/automake-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/automake/automake-1.16.5-r1.ebuild b/sys-devel/automake/automake-1.16.5-r1.ebuild index e1cf2e4800bc..4e9c907a8a1a 100644 --- a/sys-devel/automake/automake-1.16.5-r1.ebuild +++ b/sys-devel/automake/automake-1.16.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit python-any-r1 diff --git a/sys-devel/automake/automake-1.16.5.ebuild b/sys-devel/automake/automake-1.16.5.ebuild index edf47ba57d4e..156318f9ba77 100644 --- a/sys-devel/automake/automake-1.16.5.ebuild +++ b/sys-devel/automake/automake-1.16.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit python-any-r1 diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild index a00db1146efc..8935774850e8 100644 --- a/sys-devel/automake/automake-9999.ebuild +++ b/sys-devel/automake/automake-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit python-any-r1 |