diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-21 18:39:20 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-21 19:36:08 +0200 |
commit | abb75a46087f61c7bd8b686cf47dd6f1f65b617a (patch) | |
tree | 29f265e8f80f5cdf326b6dcceb17e69aed591921 /app-doc | |
parent | sys-cluster/glusterfs: version bump, fix #606840 (diff) | |
download | gentoo-abb75a46087f61c7bd8b686cf47dd6f1f65b617a.tar.gz gentoo-abb75a46087f61c7bd8b686cf47dd6f1f65b617a.tar.bz2 gentoo-abb75a46087f61c7bd8b686cf47dd6f1f65b617a.zip |
app-doc/cppman: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/cppman/cppman-0.4.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/cppman/cppman-0.4.8.ebuild b/app-doc/cppman/cppman-0.4.8.ebuild index f8069c2955dc..eb32dfc0a360 100644 --- a/app-doc/cppman/cppman-0.4.8.ebuild +++ b/app-doc/cppman/cppman-0.4.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=( python3_4) +PYTHON_COMPAT=( python3_{4,5,6} ) PYTHON_REQ_USE="sqlite,threads" DISTUTILS_SINGLE_IMPL=true |