diff options
author | 2015-01-09 13:44:16 +0000 | |
---|---|---|
committer | 2015-01-09 13:44:16 +0000 | |
commit | 57da30e4bd534ba6827d9a2994b5e48d90de840e (patch) | |
tree | 0a76ad3ad791e40c7f66fc5c650db2b1c35efcb1 /dev-python | |
parent | Stable for amd64, wrt bug #535342 (diff) | |
download | gentoo-2-57da30e4bd534ba6827d9a2994b5e48d90de840e.tar.gz gentoo-2-57da30e4bd534ba6827d9a2994b5e48d90de840e.tar.bz2 gentoo-2-57da30e4bd534ba6827d9a2994b5e48d90de840e.zip |
Stable for amd64, wrt bug #535318
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/colorama/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/colorama/colorama-0.3.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/colorama/ChangeLog b/dev-python/colorama/ChangeLog index 99085e02ed1f..bee250949fb5 100644 --- a/dev-python/colorama/ChangeLog +++ b/dev-python/colorama/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/colorama -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/colorama/ChangeLog,v 1.13 2014/09/28 12:39:58 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/colorama/ChangeLog,v 1.14 2015/01/09 13:44:16 ago Exp $ + + 09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> colorama-0.3.2.ebuild: + Stable for amd64, wrt bug #535318 *colorama-0.3.2 (28 Sep 2014) diff --git a/dev-python/colorama/colorama-0.3.2.ebuild b/dev-python/colorama/colorama-0.3.2.ebuild index 3af1123c1c85..a6bc9d9393d9 100644 --- a/dev-python/colorama/colorama-0.3.2.ebuild +++ b/dev-python/colorama/colorama-0.3.2.ebuild @@ -1,6 +1,6 @@ -# 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-python/colorama/colorama-0.3.2.ebuild,v 1.1 2014/09/28 12:39:58 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/colorama/colorama-0.3.2.ebuild,v 1.2 2015/01/09 13:44:16 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" python_install_all() { |