diff options
author | 2015-03-06 22:24:11 +0000 | |
---|---|---|
committer | 2015-03-06 22:24:11 +0000 | |
commit | ca28478f652ccab1776d4a19837690d1e7ea6ce3 (patch) | |
tree | 3188e304ab6d26613246cc29efb2c390eec25526 /dev-python/http-parser | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-ca28478f652ccab1776d4a19837690d1e7ea6ce3.tar.gz gentoo-2-ca28478f652ccab1776d4a19837690d1e7ea6ce3.tar.bz2 gentoo-2-ca28478f652ccab1776d4a19837690d1e7ea6ce3.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/http-parser')
-rw-r--r-- | dev-python/http-parser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/http-parser/http-parser-0.8.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/http-parser/ChangeLog b/dev-python/http-parser/ChangeLog index fb98a80b5070..e7e9684dd0de 100644 --- a/dev-python/http-parser/ChangeLog +++ b/dev-python/http-parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/http-parser # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.24 2015/02/02 15:30:48 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.25 2015/03/06 22:24:11 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> http-parser-0.8.3.ebuild: + amd64 stable, bug 540290 02 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -http-parser-0.8.1.ebuild: Remove old. diff --git a/dev-python/http-parser/http-parser-0.8.3.ebuild b/dev-python/http-parser/http-parser-0.8.3.ebuild index de2c1d3105f2..16ba41ce87f3 100644 --- a/dev-python/http-parser/http-parser-0.8.3.ebuild +++ b/dev-python/http-parser/http-parser-0.8.3.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/http-parser/http-parser-0.8.3.ebuild,v 1.7 2014/11/24 21:45:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild,v 1.8 2015/03/06 22:24:11 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd" IUSE="examples" RDEPEND="" |