diff options
author | 2017-03-16 00:25:08 -0700 | |
---|---|---|
committer | 2017-03-16 01:00:05 -0700 | |
commit | 17ffa2283cb8e48e57c4061cf3582b1204e6c207 (patch) | |
tree | 2480e59fc4efb79aa4b0418c563a4d3a1a43cb83 /dev-python/serpent | |
parent | net-misc/tigervnc: arm ppc ppc64 stable (bug 612632). (diff) | |
download | gentoo-17ffa2283cb8e48e57c4061cf3582b1204e6c207.tar.gz gentoo-17ffa2283cb8e48e57c4061cf3582b1204e6c207.tar.bz2 gentoo-17ffa2283cb8e48e57c4061cf3582b1204e6c207.zip |
dev-python/serpent: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/serpent')
-rw-r--r-- | dev-python/serpent/serpent-1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/serpent/serpent-1.12.ebuild b/dev-python/serpent/serpent-1.12.ebuild index eb284545e7e3..376bc3b0ff24 100644 --- a/dev-python/serpent/serpent-1.12.ebuild +++ b/dev-python/serpent/serpent-1.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 |