Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/http-parser/
Date: Wed, 12 Sep 2018 20:47:31
Message-Id: 1536784964.bb903ff988b10999b7aed2256cdc622a867b92c8.whissi@gentoo
1 commit: bb903ff988b10999b7aed2256cdc622a867b92c8
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 12 20:42:44 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 12 20:42:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb903ff9
7
8 net-libs/http-parser: x86 stable (bug #665656)
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 net-libs/http-parser/http-parser-2.8.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/http-parser/http-parser-2.8.1.ebuild b/net-libs/http-parser/http-parser-2.8.1.ebuild
16 index 620ec5a2f7c..cf78453abdf 100644
17 --- a/net-libs/http-parser/http-parser-2.8.1.ebuild
18 +++ b/net-libs/http-parser/http-parser-2.8.1.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar
20
21 LICENSE="MIT"
22 SLOT="0/2.8.0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos ~x64-solaris"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos ~x64-solaris"
25 IUSE="static-libs"
26
27 src_prepare() {