diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-08-07 12:54:41 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-08-07 12:55:00 -0400 |
commit | 31be144c370c2c40746c5ed50b77357304693d0a (patch) | |
tree | 851b6d9a301cba222f5aad766654c24bf957cac7 /app-portage | |
parent | app-office/libalkimia: version bump (diff) | |
download | gentoo-31be144c370c2c40746c5ed50b77357304693d0a.tar.gz gentoo-31be144c370c2c40746c5ed50b77357304693d0a.tar.bz2 gentoo-31be144c370c2c40746c5ed50b77357304693d0a.zip |
app-portage/gpyutils: add python3.5
Package-Manager: portage-2.3.0_p16
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gpyutils/gpyutils-0.1.4.ebuild | 4 | ||||
-rw-r--r-- | app-portage/gpyutils/gpyutils-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/gpyutils/gpyutils-0.1.4.ebuild b/app-portage/gpyutils/gpyutils-0.1.4.ebuild index fe87133a6e34..12bf16ff723d 100644 --- a/app-portage/gpyutils/gpyutils-0.1.4.ebuild +++ b/app-portage/gpyutils/gpyutils-0.1.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1 diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild index 628ae972668d..82c50f5448b6 100644 --- a/app-portage/gpyutils/gpyutils-9999.ebuild +++ b/app-portage/gpyutils/gpyutils-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1 |