Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/http-parser/
Date: Mon, 17 Sep 2018 18:33:39
Message-Id: 1537208792.3decd5e17ac32b4463bde3683082534ec312242c.mattst88@gentoo
1 commit: 3decd5e17ac32b4463bde3683082534ec312242c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 17 18:26:32 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 17 18:26:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3decd5e1
7
8 net-libs/http-parser-2.8.1: ppc64 stable, bug 665656
9
10 net-libs/http-parser/http-parser-2.8.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/net-libs/http-parser/http-parser-2.8.1.ebuild b/net-libs/http-parser/http-parser-2.8.1.ebuild
14 index 286531b89e7..d7882c33483 100644
15 --- a/net-libs/http-parser/http-parser-2.8.1.ebuild
16 +++ b/net-libs/http-parser/http-parser-2.8.1.ebuild
17 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar
18
19 LICENSE="MIT"
20 SLOT="0/2.8.0"
21 -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x64-macos ~x64-solaris"
22 +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x64-macos ~x64-solaris"
23 IUSE="static-libs"
24
25 src_prepare() {