diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 11:23:22 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 11:31:17 +0200 |
commit | 57f73d7cb510556f99741d889f908e8b997216d9 (patch) | |
tree | 8b77b94cbe108ad1a8286980fa016706bc7d9922 /dev-util/cligh | |
parent | dev-util/cdiff: Support newer python (diff) | |
download | gentoo-57f73d7cb510556f99741d889f908e8b997216d9.tar.gz gentoo-57f73d7cb510556f99741d889f908e8b997216d9.tar.bz2 gentoo-57f73d7cb510556f99741d889f908e8b997216d9.zip |
dev-util/cligh: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-util/cligh')
-rw-r--r-- | dev-util/cligh/cligh-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cligh/cligh-9999.ebuild b/dev-util/cligh/cligh-9999.ebuild index 73bf26eecb30..b29606976fbb 100644 --- a/dev-util/cligh/cligh-9999.ebuild +++ b/dev-util/cligh/cligh-9999.ebuild @@ -1,8 +1,8 @@ -# 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=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 git-2 |