diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-02-02 11:10:35 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-02-02 11:15:02 +0500 |
commit | 9721e16a29c29e7daffa22511c0a0160177c126b (patch) | |
tree | 1ad7d42b49f75f7b5cf2f1fa66acb50e2b996ee4 /app-doc | |
parent | profiles: fix NonsolvableDepsInStable (diff) | |
download | guru-9721e16a29c29e7daffa22511c0a0160177c126b.tar.gz guru-9721e16a29c29e7daffa22511c0a0160177c126b.tar.bz2 guru-9721e16a29c29e7daffa22511c0a0160177c126b.zip |
app-doc/ford: disable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/ford/ford-6.1.17-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-doc/ford/ford-6.1.17-r1.ebuild b/app-doc/ford/ford-6.1.17-r1.ebuild index 5637d7215..be743a962 100644 --- a/app-doc/ford/ford-6.1.17-r1.ebuild +++ b/app-doc/ford/ford-6.1.17-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 toolchain-funcs |