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 6244F139694 for ; Sat, 1 Jul 2017 13:45:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 737AC274039; Sat, 1 Jul 2017 13:45:26 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53FEF274039 for ; Sat, 1 Jul 2017 13:45:26 +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 A1BF73417A1 for ; Sat, 1 Jul 2017 13:45:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A71D574AF for ; Sat, 1 Jul 2017 13:45:20 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498916707.d1ee65f2b07a4ccc71f470c1e918e65acef5644b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/uglifier/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/uglifier/uglifier-3.2.0.ebuild X-VCS-Directories: dev-ruby/uglifier/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: d1ee65f2b07a4ccc71f470c1e918e65acef5644b X-VCS-Branch: master Date: Sat, 1 Jul 2017 13:45:20 +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: 0c8d9836-3b70-4f63-9f7b-edaea3f554f7 X-Archives-Hash: 19022b456df1baa4791e9592a3ba0a4c commit: d1ee65f2b07a4ccc71f470c1e918e65acef5644b Author: Alexis Ballier gentoo org> AuthorDate: Sat Jul 1 12:39:30 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Jul 1 13:45:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ee65f2 dev-ruby/uglifier: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/uglifier/uglifier-3.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/uglifier/uglifier-3.2.0.ebuild b/dev-ruby/uglifier/uglifier-3.2.0.ebuild index b23fff6c2bd..5204d38d29e 100644 --- a/dev-ruby/uglifier/uglifier-3.2.0.ebuild +++ b/dev-ruby/uglifier/uglifier-3.2.0.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/lautis/uglifier/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="3" -KEYWORDS="~amd64 ~arm ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux" IUSE="test"