diff options
author | 2017-02-11 17:09:54 -0800 | |
---|---|---|
committer | 2017-02-12 14:19:00 -0800 | |
commit | c0a3c8b1dbfe78d1c4e6a00570cf7229b47c85e7 (patch) | |
tree | f10250680d3cccede6170b69d0d6ad8fb106bb50 /dev-python/testrepository/testrepository-0.0.20.ebuild | |
parent | dev-python/testresources: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-c0a3c8b1dbfe78d1c4e6a00570cf7229b47c85e7.tar.gz gentoo-c0a3c8b1dbfe78d1c4e6a00570cf7229b47c85e7.tar.bz2 gentoo-c0a3c8b1dbfe78d1c4e6a00570cf7229b47c85e7.zip |
dev-python/testrepository: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/testrepository/testrepository-0.0.20.ebuild')
-rw-r--r-- | dev-python/testrepository/testrepository-0.0.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/testrepository/testrepository-0.0.20.ebuild b/dev-python/testrepository/testrepository-0.0.20.ebuild index d08e90242f1d..b402a2ed248a 100644 --- a/dev-python/testrepository/testrepository-0.0.20.ebuild +++ b/dev-python/testrepository/testrepository-0.0.20.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |