From: Alexis Ballier Date: Thu, 9 Feb 2017 16:33:40 +0000 (+0100) Subject: dev-util/rosdep: Add python 3.5 support. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=188ba9b6d6709cf479a6d1d02104f56329faac1b;p=gentoo.git dev-util/rosdep: Add python 3.5 support. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-util/rosdep/rosdep-0.11.5.ebuild b/dev-util/rosdep/rosdep-0.11.5.ebuild index a881bbd3fb95..872ae1fdc9b3 100644 --- a/dev-util/rosdep/rosdep-0.11.5.ebuild +++ b/dev-util/rosdep/rosdep-0.11.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-util/rosdep/rosdep-9999.ebuild b/dev-util/rosdep/rosdep-9999.ebuild index af4e2e3e5ce4..872ae1fdc9b3 100644 --- a/dev-util/rosdep/rosdep-9999.ebuild +++ b/dev-util/rosdep/rosdep-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then