diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-31 17:04:52 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-31 17:04:52 +0300 |
commit | 6cc78aaf184769c760ada8dff6ee1ead3df2ed6b (patch) | |
tree | 15225670f8a21206aa4b28ade5720c5d255c4c3e /app-office/lyx | |
parent | app-office/lyx: add 2.4.0 (diff) | |
download | gentoo-6cc78aaf184769c760ada8dff6ee1ead3df2ed6b.tar.gz gentoo-6cc78aaf184769c760ada8dff6ee1ead3df2ed6b.tar.bz2 gentoo-6cc78aaf184769c760ada8dff6ee1ead3df2ed6b.zip |
app-office/lyx: enable py3.13
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-office/lyx')
-rw-r--r-- | app-office/lyx/lyx-2.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/lyx/lyx-2.4.0.ebuild b/app-office/lyx/lyx-2.4.0.ebuild index 71267a095957..d9d8f324a88f 100644 --- a/app-office/lyx/lyx-2.4.0.ebuild +++ b/app-office/lyx/lyx-2.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit desktop font optfeature python-single-r1 cmake xdg |