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 9CD911388C1 for ; Fri, 4 Mar 2016 03:28:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03ABCE07F7; Fri, 4 Mar 2016 03:28:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61874E07F7 for ; Fri, 4 Mar 2016 03:28:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0573E340C6C for ; Fri, 4 Mar 2016 03:28:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EC66154D for ; Fri, 4 Mar 2016 03:28:30 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1457062076.aa0155417db854a8e8ebd2daae2bf724ea56122e.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libuv/libuv-1.8.0.ebuild X-VCS-Directories: dev-libs/libuv/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: aa0155417db854a8e8ebd2daae2bf724ea56122e X-VCS-Branch: master Date: Fri, 4 Mar 2016 03:28: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: 5c3b792c-953d-47d8-8065-8246b082a3d1 X-Archives-Hash: a57c460f6d89c6418daf652d4a0af121 commit: aa0155417db854a8e8ebd2daae2bf724ea56122e Author: Steev Klimaszewski gentoo org> AuthorDate: Fri Mar 4 03:21:38 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Fri Mar 4 03:27:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa015541 dev-libs/libuv: Keyword 1.8.0 for ~arm64 Tested on Cortex-A53 Package-Manager: portage-2.2.27 dev-libs/libuv/libuv-1.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libuv/libuv-1.8.0.ebuild b/dev-libs/libuv/libuv-1.8.0.ebuild index efb72d1..82c4950 100644 --- a/dev-libs/libuv/libuv-1.8.0.ebuild +++ b/dev-libs/libuv/libuv-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD BSD-2 ISC MIT" SLOT="0/1" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="static-libs" RESTRICT="test"