diff options
Diffstat (limited to 'dev-util/libabigail/libabigail-2.2.ebuild')
-rw-r--r-- | dev-util/libabigail/libabigail-2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/libabigail/libabigail-2.2.ebuild b/dev-util/libabigail/libabigail-2.2.ebuild index 3bd31a3ad9b3..5f02f1b0e21e 100644 --- a/dev-util/libabigail/libabigail-2.2.ebuild +++ b/dev-util/libabigail/libabigail-2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ LIBABIGAIL_DOCS_VERSION="${PV}" # bug #830088 LIBABIGAIL_DOCS_USEFLAG="+doc" -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools bash-completion-r1 python-any-r1 out-of-source |