diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 13:49:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 14:02:46 +0200 |
commit | 87e9a8ce635f3caf75cd5fb1ed23655b7f7c5825 (patch) | |
tree | 77b9fa403020f0f30257c2d375ee99eca50d9832 /app-office/lyx | |
parent | app-misc/golly: Remove py2.7 where possible (diff) | |
download | gentoo-87e9a8ce635f3caf75cd5fb1ed23655b7f7c5825.tar.gz gentoo-87e9a8ce635f3caf75cd5fb1ed23655b7f7c5825.tar.bz2 gentoo-87e9a8ce635f3caf75cd5fb1ed23655b7f7c5825.zip |
app-office/lyx: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-office/lyx')
-rw-r--r-- | app-office/lyx/lyx-2.3.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/lyx/lyx-2.3.5.2.ebuild b/app-office/lyx/lyx-2.3.5.2.ebuild index 320b81a0f228..a128d6f301cc 100644 --- a/app-office/lyx/lyx-2.3.5.2.ebuild +++ b/app-office/lyx/lyx-2.3.5.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) MY_P="${P/_}" inherit desktop flag-o-matic font python-single-r1 qmake-utils toolchain-funcs xdg-utils |