From aa6904ba7c77a90e84fba4e2d4b1465a70757cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 2 Aug 2020 13:49:26 +0200 Subject: [PATCH] app-text/q-text-as-data: Remove py2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-text/q-text-as-data/q-text-as-data-2.0.10.ebuild | 4 ++-- 1 file 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 f3c988259f1bb..28dbf1e7a1ba4 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