From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6D96D1384B4 for ; Wed, 25 Nov 2015 23:00:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF7E021C004; Wed, 25 Nov 2015 23:00:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F1F721C004 for ; Wed, 25 Nov 2015 23:00:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D28E333E142 for ; Wed, 25 Nov 2015 23:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 977FF706 for ; Wed, 25 Nov 2015 23:00:30 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1448492849.7382ef4041ce6210697b173aa0e3ba7ccd7cb230.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nghttp2/nghttp2-1.0.5.ebuild X-VCS-Directories: net-libs/nghttp2/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 7382ef4041ce6210697b173aa0e3ba7ccd7cb230 X-VCS-Branch: master Date: Wed, 25 Nov 2015 23:00:30 +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: eb55a2c8-bfce-4db0-b359-5bf23c792209 X-Archives-Hash: b820ce4a677b075f6e1c711060430e05 commit: 7382ef4041ce6210697b173aa0e3ba7ccd7cb230 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Nov 25 23:07:18 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Nov 25 23:07:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7382ef40 net-libs/nghttp2: stable on arm, bug #558734 Package-Manager: portage-2.2.20.1 net-libs/nghttp2/nghttp2-1.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/nghttp2/nghttp2-1.0.5.ebuild b/net-libs/nghttp2/nghttp2-1.0.5.ebuild index a19e2eb..fb93169 100644 --- a/net-libs/nghttp2/nghttp2-1.0.5.ebuild +++ b/net-libs/nghttp2/nghttp2-1.0.5.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-2 else SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86" fi DESCRIPTION="HTTP/2 C Library"