diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-23 19:36:19 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-23 19:36:19 +0100 |
commit | c22b8b1cbac636b4713114f29ed0430454d7352b (patch) | |
tree | 3cf9027419fb42484f423ce47435ced40f8caf1a /dev-python/rospkg/rospkg-9999.ebuild | |
parent | dev-python/rospkg: remove old (diff) | |
download | gentoo-c22b8b1cbac636b4713114f29ed0430454d7352b.tar.gz gentoo-c22b8b1cbac636b4713114f29ed0430454d7352b.tar.bz2 gentoo-c22b8b1cbac636b4713114f29ed0430454d7352b.zip |
dev-python/rospkg: add python3.5 support
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-python/rospkg/rospkg-9999.ebuild')
-rw-r--r-- | dev-python/rospkg/rospkg-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild index 06dd93b7b5c4..100d6bc0b260 100644 --- a/dev-python/rospkg/rospkg-9999.ebuild +++ b/dev-python/rospkg/rospkg-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |