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 CD55D138332 for ; Sun, 15 Apr 2018 08:55:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A74E4E0937; Sun, 15 Apr 2018 08:55:11 +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 84CDCE0936 for ; Sun, 15 Apr 2018 08:55:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1C8DB335C76 for ; Sun, 15 Apr 2018 08:55:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73236279 for ; Sun, 15 Apr 2018 08:55:08 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1523782490.38d87bf8a691cf376ad87cef5f1289edb4a69e61.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 38d87bf8a691cf376ad87cef5f1289edb4a69e61 X-VCS-Branch: master Date: Sun, 15 Apr 2018 08:55:08 +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: 396c0005-dc6a-4088-abca-92d18a470b38 X-Archives-Hash: a55766817d84d64945cd1398c8ad04c2 commit: 38d87bf8a691cf376ad87cef5f1289edb4a69e61 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Apr 15 08:31:08 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Apr 15 08:54:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d87bf8 net-libs/http-parser: Stable for AMD64 too. Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --ignore-arches 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 4e95e31a47d..a87d8eed669 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() {