diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-04-10 10:16:54 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-05-15 19:07:10 -0700 |
commit | d489d90acb8daccb78156f822b8b1d8588b2b4f2 (patch) | |
tree | 392d4d5893fdb9edc5c090dd5d4860d6d94ca853 | |
parent | dev-python/lz4: Enable tests, add python-3.6 to PYTHON_COMPAT (diff) | |
download | gentoo-d489d90acb8daccb78156f822b8b1d8588b2b4f2.tar.gz gentoo-d489d90acb8daccb78156f822b8b1d8588b2b4f2.tar.bz2 gentoo-d489d90acb8daccb78156f822b8b1d8588b2b4f2.zip |
dev-python/pypng: Add python-3.6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
-rw-r--r-- | dev-python/pypng/pypng-0.0.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypng/pypng-0.0.18.ebuild b/dev-python/pypng/pypng-0.0.18.ebuild index fd1c26e06f11..f8b754ee7aef 100644 --- a/dev-python/pypng/pypng-0.0.18.ebuild +++ b/dev-python/pypng/pypng-0.0.18.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5}) +PYTHON_COMPAT=( python2_7 python3_{4,5,6}) inherit distutils-r1 |