From cea0147477ef0b55ae6e2ea9ffb7f333b5a47f9e Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Fri, 6 Apr 2018 10:18:05 -0700 Subject: [PATCH] dev-python/robotframework: Add python3_6 to PYTHON_COMPAT Both the upstream website and pypi report this this release supports python3. Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- dev-python/robotframework/robotframework-3.0.2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/robotframework/robotframework-3.0.2.ebuild b/dev-python/robotframework/robotframework-3.0.2.ebuild index ed5213cebb20..857138ab255a 100644 --- a/dev-python/robotframework/robotframework-3.0.2.ebuild +++ b/dev-python/robotframework/robotframework-3.0.2.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -# py2 only -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 -- 2.26.2