diff options
Diffstat (limited to 'dev-lang/yap/yap-7.1.0.ebuild')
-rw-r--r-- | dev-lang/yap/yap-7.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/yap/yap-7.1.0.ebuild b/dev-lang/yap/yap-7.1.0.ebuild index 918c059d79ea..20b46409d1cc 100644 --- a/dev-lang/yap/yap-7.1.0.ebuild +++ b/dev-lang/yap/yap-7.1.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PV_COMMIT=77bb2ba5eadfb95b67abccd22b298cfb75dd3328 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake flag-o-matic python-single-r1 |