diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2020-10-05 00:53:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-23 14:04:09 +0200 |
commit | fe22420ccdf7562083cf010e6c7e03a40d43d2a7 (patch) | |
tree | b57b51ff11fa277c99fb3eaa34ca90dbfbfc2d2d /app-office/lyx | |
parent | app-office/lyx: EAPI-7 bump, switch to app-text/enchant:2 (diff) | |
download | gentoo-fe22420ccdf7562083cf010e6c7e03a40d43d2a7.tar.gz gentoo-fe22420ccdf7562083cf010e6c7e03a40d43d2a7.tar.bz2 gentoo-fe22420ccdf7562083cf010e6c7e03a40d43d2a7.zip |
app-office/lyx: python3_9
Closes: https://bugs.gentoo.org/747046
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/17779
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/lyx')
-rw-r--r-- | app-office/lyx/lyx-2.3.5.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/lyx/lyx-2.3.5.2-r2.ebuild b/app-office/lyx/lyx-2.3.5.2-r2.ebuild index 9b0ed18a886e..21798abb31d9 100644 --- a/app-office/lyx/lyx-2.3.5.2-r2.ebuild +++ b/app-office/lyx/lyx-2.3.5.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) MY_P="${P/_}" inherit desktop flag-o-matic font python-single-r1 qmake-utils toolchain-funcs xdg-utils |