diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 20:15:25 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 20:15:25 +0000 |
commit | b0b31720d20fb9bdb69e4303ee9576ddcfa6f958 (patch) | |
tree | bc7c4e2eea2da57e71a1953a752d0afbda58a780 /dev-python | |
parent | amd64 stable, bug #495578 (diff) | |
download | gentoo-2-b0b31720d20fb9bdb69e4303ee9576ddcfa6f958.tar.gz gentoo-2-b0b31720d20fb9bdb69e4303ee9576ddcfa6f958.tar.bz2 gentoo-2-b0b31720d20fb9bdb69e4303ee9576ddcfa6f958.zip |
amd64 stable, bug #495580
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/colorama/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/colorama/colorama-0.2.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/colorama/ChangeLog b/dev-python/colorama/ChangeLog index c384c667b228..42da6fd7814b 100644 --- a/dev-python/colorama/ChangeLog +++ b/dev-python/colorama/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/colorama -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/colorama/ChangeLog,v 1.4 2013/10/10 21:08:50 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/colorama/ChangeLog,v 1.5 2014/01/12 20:15:25 pacho Exp $ + + 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> colorama-0.2.7.ebuild: + amd64 stable, bug #495580 *colorama-0.2.7 (10 Oct 2013) diff --git a/dev-python/colorama/colorama-0.2.7.ebuild b/dev-python/colorama/colorama-0.2.7.ebuild index d67a0dbd5f2d..855cbdf7fdfd 100644 --- a/dev-python/colorama/colorama-0.2.7.ebuild +++ b/dev-python/colorama/colorama-0.2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/colorama/colorama-0.2.7.ebuild,v 1.1 2013/10/10 21:08:50 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/colorama/colorama-0.2.7.ebuild,v 1.2 2014/01/12 20:15:25 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -14,5 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" |