summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2014-06-19 13:01:28 +0000
committerTobias Klausmann <klausman@gentoo.org>2014-06-19 13:01:28 +0000
commitfdbd0c09e9e8205f9b8d18a37f6c4c0c40a7e5a0 (patch)
treebd76c0491ce84eb296c1411426b9d0f99a439ea0 /dev-python
parent[QA] Respect LDFLAGS wrt bug 335095, credit to Christophe Lefebvre <chtof62@g... (diff)
downloadgentoo-2-fdbd0c09e9e8205f9b8d18a37f6c4c0c40a7e5a0.tar.gz
gentoo-2-fdbd0c09e9e8205f9b8d18a37f6c4c0c40a7e5a0.tar.bz2
gentoo-2-fdbd0c09e9e8205f9b8d18a37f6c4c0c40a7e5a0.zip
Keyworded on alpha, bug #463344
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-python')
-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 8343c342f6ba..639e7ecc2808 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.20 2014/03/31 21:13:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.21 2014/06/19 13:01:28 klausman Exp $
+
+ 19 Jun 2014; Tobias Klausmann <klausman@gentoo.org> http-parser-0.8.3.ebuild:
+ Keyworded on alpha, bug #463344
31 Mar 2014; Michał Górny <mgorny@gentoo.org> http-parser-0.7.12.ebuild,
http-parser-0.8.1-r1.ebuild, http-parser-0.8.3.ebuild:
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 5fd965a174f9..0a674c809a65 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.4 2014/03/31 21:13:13 mgorny Exp $
+# $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 $
EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=""