diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 13:49:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 14:02:47 +0200 |
commit | aa6904ba7c77a90e84fba4e2d4b1465a70757cef (patch) | |
tree | 8444b5d5fa73ab9b57c55bcb3170086f4273388f /app-text/q-text-as-data | |
parent | app-office/lyx: Remove py2.7 where possible (diff) | |
download | gentoo-aa6904ba7c77a90e84fba4e2d4b1465a70757cef.tar.gz gentoo-aa6904ba7c77a90e84fba4e2d4b1465a70757cef.tar.bz2 gentoo-aa6904ba7c77a90e84fba4e2d4b1465a70757cef.zip |
app-text/q-text-as-data: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/q-text-as-data')
-rw-r--r-- | app-text/q-text-as-data/q-text-as-data-2.0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/q-text-as-data/q-text-as-data-2.0.10.ebuild b/app-text/q-text-as-data/q-text-as-data-2.0.10.ebuild index f3c988259f1b..28dbf1e7a1ba 100644 --- a/app-text/q-text-as-data/q-text-as-data-2.0.10.ebuild +++ b/app-text/q-text-as-data/q-text-as-data-2.0.10.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python2_7 python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="sqlite" inherit python-r1 |