summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2013-03-27 12:40:39 +0000
committerNaohiro Aota <naota@gentoo.org>2013-03-27 12:40:39 +0000
commitca556efea09241b26042f6f4b5d7c5c3e3e50d3e (patch)
tree4b8d93233e9c0c1e33de4c70027f96d57d54eeb9
parentAdd ~arm keyword, wrt bug #454638 (diff)
downloadgentoo-2-ca556efea09241b26042f6f4b5d7c5c3e3e50d3e.tar.gz
gentoo-2-ca556efea09241b26042f6f4b5d7c5c3e3e50d3e.tar.bz2
gentoo-2-ca556efea09241b26042f6f4b5d7c5c3e3e50d3e.zip
Add ~x86-fbsd. #463344
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key F8551514)
-rw-r--r--dev-python/http-parser/ChangeLog5
-rw-r--r--dev-python/http-parser/http-parser-0.8.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/http-parser/ChangeLog b/dev-python/http-parser/ChangeLog
index 9ddf134f8454..b98c914c8932 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.13 2013/03/26 11:00:41 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.14 2013/03/27 12:40:39 naota Exp $
+
+ 27 Mar 2013; Naohiro Aota <naota@gentoo.org> http-parser-0.8.1-r1.ebuild:
+ Add ~x86-fbsd. #463344
26 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> http-parser-0.8.1-r1.ebuild:
Add ~arm keyword, wrt bug #463344
diff --git a/dev-python/http-parser/http-parser-0.8.1-r1.ebuild b/dev-python/http-parser/http-parser-0.8.1-r1.ebuild
index 198bd00bb94e..f04cf59f670b 100644
--- a/dev-python/http-parser/http-parser-0.8.1-r1.ebuild
+++ b/dev-python/http-parser/http-parser-0.8.1-r1.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.8.1-r1.ebuild,v 1.2 2013/03/26 11:00:41 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.1-r1.ebuild,v 1.3 2013/03/27 12:40:39 naota Exp $
EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=""