diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-05-14 13:44:20 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-05-14 13:44:20 +0200 |
commit | 641413ca68978daa98e3114450f39a7ea69ac272 (patch) | |
tree | b546bbc336f33446f4e8955d0b6d5c68d4bd8a1a /app-office/lyx | |
parent | sys-firmware/sof-firmware: drop 2.2.2 (diff) | |
download | gentoo-641413ca68978daa98e3114450f39a7ea69ac272.tar.gz gentoo-641413ca68978daa98e3114450f39a7ea69ac272.tar.bz2 gentoo-641413ca68978daa98e3114450f39a7ea69ac272.zip |
app-office/lyx: enable py3.11
Closes: https://bugs.gentoo.org/896614
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-office/lyx')
-rw-r--r-- | app-office/lyx/lyx-2.3.6.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/lyx/lyx-2.3.6.1-r2.ebuild b/app-office/lyx/lyx-2.3.6.1-r2.ebuild index f9a7721d2dce..3ce28049be21 100644 --- a/app-office/lyx/lyx-2.3.6.1-r2.ebuild +++ b/app-office/lyx/lyx-2.3.6.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) MY_P="${P/_}" inherit desktop font python-single-r1 qmake-utils toolchain-funcs xdg-utils |