Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/http-parser/
Date: Wed, 25 May 2016 09:48:52
Message-Id: 1464169704.cd4fe663944c780cf566a9f9625bdce4960c1d29.ago@gentoo
1 commit: cd4fe663944c780cf566a9f9625bdce4960c1d29
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 25 09:48:24 2016 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed May 25 09:48:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4fe663
7
8 net-libs/http-parser: amd64 stable wrt bug #568900
9
10 Package-Manager: portage-2.2.26
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-libs/http-parser/http-parser-2.6.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/http-parser/http-parser-2.6.2.ebuild b/net-libs/http-parser/http-parser-2.6.2.ebuild
18 index 6e8f537..ce16d85 100644
19 --- a/net-libs/http-parser/http-parser-2.6.2.ebuild
20 +++ b/net-libs/http-parser/http-parser-2.6.2.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar
22
23 LICENSE="MIT"
24 SLOT="0/${PV}"
25 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos ~x64-solaris"
26 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos ~x64-solaris"
27 IUSE="static-libs"
28
29 # https://github.com/nodejs/http-parser/pull/272