summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2015-03-22 20:20:59 +0000
committerWilliam Hubbs <williamh@gentoo.org>2015-03-22 20:20:59 +0000
commit5ca0149ae99410543c170c3316407d36019b3d8b (patch)
treee4321ec8b2f29dcc512b3934ecb665bf73c3360b /dev-util
parentAdd multilib support (bug #469180, thanks to Karl Lindén). Install docs wher... (diff)
downloadgentoo-2-5ca0149ae99410543c170c3316407d36019b3d8b.tar.gz
gentoo-2-5ca0149ae99410543c170c3316407d36019b3d8b.tar.bz2
gentoo-2-5ca0149ae99410543c170c3316407d36019b3d8b.zip
Upstream moved to python 3.x
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cligh/ChangeLog7
-rw-r--r--dev-util/cligh/cligh-9999.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/cligh/ChangeLog b/dev-util/cligh/ChangeLog
index 7c2b6aa63a82..e70864e24309 100644
--- a/dev-util/cligh/ChangeLog
+++ b/dev-util/cligh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cligh
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cligh/ChangeLog,v 1.3 2014/07/06 12:51:44 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cligh/ChangeLog,v 1.4 2015/03/22 20:20:59 williamh Exp $
+
+ 22 Mar 2015; William Hubbs <williamh@gentoo.org> cligh-9999.ebuild:
+ Upstream moved to python 3.x
06 Jul 2014; Michał Górny <mgorny@gentoo.org> cligh-0.1_p20120630.ebuild,
cligh-0.2.ebuild, cligh-9999.ebuild:
diff --git a/dev-util/cligh/cligh-9999.ebuild b/dev-util/cligh/cligh-9999.ebuild
index 2f4d306a0fcc..4d486fd1fd35 100644
--- a/dev-util/cligh/cligh-9999.ebuild
+++ b/dev-util/cligh/cligh-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cligh/cligh-9999.ebuild,v 1.2 2014/07/06 12:51:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cligh/cligh-9999.ebuild,v 1.3 2015/03/22 20:20:59 williamh Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python{3_2,3_3,3_4} )
inherit distutils-r1 git-2