summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-01-21 11:21:51 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-01-21 11:21:51 +0000
commit1260426594684dd56a684d8234f34526d1545b9e (patch)
tree3a556c7ece950d367e9141d8f4a6a5fd749a5187 /dev-python
parentStable for amd64, wrt bug #453000 (diff)
downloadgentoo-2-1260426594684dd56a684d8234f34526d1545b9e.tar.gz
gentoo-2-1260426594684dd56a684d8234f34526d1545b9e.tar.bz2
gentoo-2-1260426594684dd56a684d8234f34526d1545b9e.zip
Stable for x86, wrt bug #451608
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/http-parser/ChangeLog5
-rw-r--r--dev-python/http-parser/http-parser-0.7.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/http-parser/ChangeLog b/dev-python/http-parser/ChangeLog
index 1195994d1fb5..530a545163ac 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.7 2013/01/21 11:19:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.8 2013/01/21 11:21:51 ago Exp $
+
+ 21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> http-parser-0.7.8.ebuild:
+ Stable for x86, wrt bug #451608
21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> http-parser-0.7.8.ebuild:
Stable for amd64, wrt bug #451608
diff --git a/dev-python/http-parser/http-parser-0.7.8.ebuild b/dev-python/http-parser/http-parser-0.7.8.ebuild
index adf873faebb5..8628332ec4ff 100644
--- a/dev-python/http-parser/http-parser-0.7.8.ebuild
+++ b/dev-python/http-parser/http-parser-0.7.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.7.8.ebuild,v 1.4 2013/01/21 11:19:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.8.ebuild,v 1.5 2013/01/21 11:21:51 ago Exp $
EAPI=4
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="examples"
RDEPEND=""