summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2014-07-29 12:35:48 +0000
committerSergey Popov <pinkbyte@gentoo.org>2014-07-29 12:35:48 +0000
commit40fd05e38d5550665be9ab2bd71facafca37d7d0 (patch)
tree77013afcc651feff3e2c07961abc8e7139446f3d
parentRevision bump to include serveral additional patches from my development overlay (diff)
downloadgentoo-2-40fd05e38d5550665be9ab2bd71facafca37d7d0.tar.gz
gentoo-2-40fd05e38d5550665be9ab2bd71facafca37d7d0.tar.bz2
gentoo-2-40fd05e38d5550665be9ab2bd71facafca37d7d0.zip
Add ~s390 keyword, wrt bug #463344
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
-rw-r--r--dev-python/http-parser/ChangeLog5
-rw-r--r--dev-python/http-parser/http-parser-0.8.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/http-parser/ChangeLog b/dev-python/http-parser/ChangeLog
index 639e7ecc2808..09a7b96e830b 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.21 2014/06/19 13:01:28 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.22 2014/07/29 12:35:48 pinkbyte Exp $
+
+ 29 Jul 2014; Sergey Popov <pinkbyte@gentoo.org> http-parser-0.8.3.ebuild:
+ Add ~s390 keyword, wrt bug #463344
19 Jun 2014; Tobias Klausmann <klausman@gentoo.org> http-parser-0.8.3.ebuild:
Keyworded on alpha, bug #463344
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 0a674c809a65..f28ea008d0bb 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
# 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.5 2014/06/19 13:01:28 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild,v 1.6 2014/07/29 12:35:48 pinkbyte 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 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=""