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: Fri, 05 Oct 2018 15:13:40
Message-Id: 1538752410.5ca45c49798c83e6a5b9c016a10d6146dce5330c.zlogene@gentoo
1 commit: 5ca45c49798c83e6a5b9c016a10d6146dce5330c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 15:13:12 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 15:13:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca45c49
7
8 net-libs/http-parser: Add more keywords
9
10 Needed to match with sys-auth/sssd
11
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13 Package-Manager: Portage-2.3.49, Repoman-2.3.11
14
15 net-libs/http-parser/http-parser-2.8.1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-libs/http-parser/http-parser-2.8.1.ebuild b/net-libs/http-parser/http-parser-2.8.1.ebuild
19 index d7882c33483..1431e169b4a 100644
20 --- a/net-libs/http-parser/http-parser-2.8.1.ebuild
21 +++ b/net-libs/http-parser/http-parser-2.8.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar
29
30 LICENSE="MIT"
31 SLOT="0/2.8.0"
32 -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x64-macos ~x64-solaris"
33 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x64-macos ~x64-solaris"
34 IUSE="static-libs"
35
36 src_prepare() {