From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25BB7138335 for ; Mon, 17 Sep 2018 18:33:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A1BEE0AED; Mon, 17 Sep 2018 18:33:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF621E0AD9 for ; Mon, 17 Sep 2018 18:33:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8A4D335CF3 for ; Mon, 17 Sep 2018 18:33:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA56E3C5 for ; Mon, 17 Sep 2018 18:33:32 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1537208790.ce42cfd0ef6b5bc988d8cc8f746a6e66cd8bbee8.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/http-parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/http-parser/http-parser-2.8.1.ebuild X-VCS-Directories: net-libs/http-parser/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ce42cfd0ef6b5bc988d8cc8f746a6e66cd8bbee8 X-VCS-Branch: master Date: Mon, 17 Sep 2018 18:33:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 98a02652-a3f2-4362-892b-93a28b80905e X-Archives-Hash: 4a881300621ff60c6bc37e2b75ddf063 commit: ce42cfd0ef6b5bc988d8cc8f746a6e66cd8bbee8 Author: Matt Turner gentoo org> AuthorDate: Mon Sep 17 18:26:30 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Sep 17 18:26:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce42cfd0 net-libs/http-parser-2.8.1: ppc stable, bug 665656 net-libs/http-parser/http-parser-2.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/http-parser/http-parser-2.8.1.ebuild b/net-libs/http-parser/http-parser-2.8.1.ebuild index cf78453abdf..286531b89e7 100644 --- a/net-libs/http-parser/http-parser-2.8.1.ebuild +++ b/net-libs/http-parser/http-parser-2.8.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0/2.8.0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x64-macos ~x64-solaris" IUSE="static-libs" src_prepare() {