Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/http-parser/
Date: Sat, 17 Nov 2018 15:28:40
Message-Id: 1542468507.ec9bc5f0b99d943607303d08466c78fcee9ba1b1.zlogene@gentoo
1 commit: ec9bc5f0b99d943607303d08466c78fcee9ba1b1
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 15:27:25 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 15:28:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9bc5f0
7
8 net-libs/http-parser: arm stable wrt bug #665656
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-libs/http-parser/http-parser-2.8.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/http-parser/http-parser-2.8.1.ebuild b/net-libs/http-parser/http-parser-2.8.1.ebuild
17 index 1431e169b4a..2057dd48dc9 100644
18 --- a/net-libs/http-parser/http-parser-2.8.1.ebuild
19 +++ b/net-libs/http-parser/http-parser-2.8.1.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar
21
22 LICENSE="MIT"
23 SLOT="0/2.8.0"
24 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x64-macos ~x64-solaris"
25 +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x64-macos ~x64-solaris"
26 IUSE="static-libs"
27
28 src_prepare() {