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: Fri, 01 Nov 2019 21:03:32
Message-Id: 1572641796.b5265c9b6030c2201d2d95e6f158b9e9ed39196f.whissi@gentoo
1 commit: b5265c9b6030c2201d2d95e6f158b9e9ed39196f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 1 20:56:36 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 1 20:56:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5265c9b
7
8 net-libs/http-parser: x86 stable (bug #679132)
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-libs/http-parser/http-parser-2.9.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/http-parser/http-parser-2.9.2.ebuild b/net-libs/http-parser/http-parser-2.9.2.ebuild
17 index 2abe7cff69f..c09ea2bb8b0 100644
18 --- a/net-libs/http-parser/http-parser-2.9.2.ebuild
19 +++ b/net-libs/http-parser/http-parser-2.9.2.ebuild
20 @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="MIT"
23 SLOT="0/2.9.0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x64-macos ~x64-solaris"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x64-macos ~x64-solaris"
26 IUSE="static-libs"
27
28 src_prepare() {