diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 11:21:02 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 11:31:15 +0200 |
commit | 415b5d9817601d33b62bcb0d46f9e8d32647d425 (patch) | |
tree | 2efa5ca0137ffc4f182ea083c15ebf74d48ed082 /dev-util/cdiff | |
parent | dev-util/catfish: Support newer python (diff) | |
download | gentoo-415b5d9817601d33b62bcb0d46f9e8d32647d425.tar.gz gentoo-415b5d9817601d33b62bcb0d46f9e8d32647d425.tar.bz2 gentoo-415b5d9817601d33b62bcb0d46f9e8d32647d425.zip |
dev-util/cdiff: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-util/cdiff')
-rw-r--r-- | dev-util/cdiff/cdiff-0.9.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cdiff/cdiff-0.9.8.ebuild b/dev-util/cdiff/cdiff-0.9.8.ebuild index 31fe9df52efd..31675e637692 100644 --- a/dev-util/cdiff/cdiff-0.9.8.ebuild +++ b/dev-util/cdiff/cdiff-0.9.8.ebuild @@ -1,9 +1,9 @@ -# 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} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 |