From: Andreas Sturmlechner Date: Sat, 28 Dec 2019 16:37:51 +0000 (+0100) Subject: dev-python/odo: Drop python2_7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc43411f2a397e78cf8db18150525204735c0dc0;p=gentoo.git dev-python/odo: Drop python2_7 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-python/odo/odo-0.5.0-r1.ebuild b/dev-python/odo/odo-0.5.0-r1.ebuild index f8fe88e3a7b0..03df1cbef74f 100644 --- a/dev-python/odo/odo-0.5.0-r1.ebuild +++ b/dev-python/odo/odo-0.5.0-r1.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Data migration in python"