diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-09 17:33:40 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-09 18:46:00 +0100 |
commit | 188ba9b6d6709cf479a6d1d02104f56329faac1b (patch) | |
tree | ce1095c044cd3fbe7a4c9031618632fd5d546725 /dev-util/rosdep | |
parent | dev-util/rosdep: remove old (diff) | |
download | gentoo-188ba9b6d6709cf479a6d1d02104f56329faac1b.tar.gz gentoo-188ba9b6d6709cf479a6d1d02104f56329faac1b.tar.bz2 gentoo-188ba9b6d6709cf479a6d1d02104f56329faac1b.zip |
dev-util/rosdep: Add python 3.5 support.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-util/rosdep')
-rw-r--r-- | dev-util/rosdep/rosdep-0.11.5.ebuild | 4 | ||||
-rw-r--r-- | dev-util/rosdep/rosdep-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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 |