From 986073f3f58e4deec575d4118206929f25f37ae4 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 28 Dec 2019 17:15:45 +0100 Subject: dev-python/rootpy: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- dev-python/rootpy/rootpy-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/rootpy/rootpy-1.0.1.ebuild b/dev-python/rootpy/rootpy-1.0.1.ebuild index b4efcde380e3..6146c30b7abf 100644 --- a/dev-python/rootpy/rootpy-1.0.1.ebuild +++ b/dev-python/rootpy/rootpy-1.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="readline" DISTUTILS_SINGLE_IMPL=1 -- cgit v1.2.3-65-gdbad