summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-01-21 11:19:48 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-01-21 11:19:48 +0000
commitdc1066e176981b6fb7db4270ae0fdf1f9ed80caf (patch)
treefc29efe9f8ff21d1d16049485e4b03ba67f6c801 /dev-python/http-parser
parentVersion bump (diff)
downloadgentoo-2-dc1066e176981b6fb7db4270ae0fdf1f9ed80caf.tar.gz
gentoo-2-dc1066e176981b6fb7db4270ae0fdf1f9ed80caf.tar.bz2
gentoo-2-dc1066e176981b6fb7db4270ae0fdf1f9ed80caf.zip
Stable for amd64, wrt bug #451608
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/http-parser')
-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 08eb92dd1aa0..1195994d1fb5 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.6 2013/01/20 18:15:20 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.7 2013/01/21 11:19:48 ago Exp $
+
+ 21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> http-parser-0.7.8.ebuild:
+ Stable for amd64, wrt bug #451608
20 Jan 2013; Ian Delaney <idella4@gentoo.org>
+files/http-parser-0.7.8-setup.patch, http-parser-0.7.8.ebuild:
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 f40811935cbc..adf873faebb5 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.3 2013/01/20 18:15:20 idella4 Exp $
+# $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 $
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=""