diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 11:41:19 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 11:45:32 +0300 |
commit | 99ac5514e626a5cff175e82e225b8938aecd78cd (patch) | |
tree | 2eaf99cb808827fb397f020d1d20bdb008f7ef59 /app-editors/texworks | |
parent | sys-apps/portage: PYTHON_COMPAT+=(pypy3) (diff) | |
download | gentoo-99ac5514e626a5cff175e82e225b8938aecd78cd.tar.gz gentoo-99ac5514e626a5cff175e82e225b8938aecd78cd.tar.bz2 gentoo-99ac5514e626a5cff175e82e225b8938aecd78cd.zip |
app-editors/texworks: remove py27
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-editors/texworks')
-rw-r--r-- | app-editors/texworks/texworks-0.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/texworks/texworks-0.6.3.ebuild b/app-editors/texworks/texworks-0.6.3.ebuild index 8d35ffb49142..d9fa4f242770 100644 --- a/app-editors/texworks/texworks-0.6.3.ebuild +++ b/app-editors/texworks/texworks-0.6.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit python-single-r1 cmake-utils virtualx xdg-utils |