commit: 57f73d7cb510556f99741d889f908e8b997216d9
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 09:23:22 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 09:31:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f73d7c
dev-util/cligh: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-util/cligh/cligh-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/cligh/cligh-9999.ebuild b/dev-util/cligh/cligh-9999.ebuild
index 73bf26eecb3..b29606976fb 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