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 C69E7139694 for ; Sun, 9 Jul 2017 10:15:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85D6021406A; Sun, 9 Jul 2017 10:15:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6486F21406A for ; Sun, 9 Jul 2017 10:15:17 +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 8F2B334186A for ; Sun, 9 Jul 2017 10:15:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CF347477 for ; Sun, 9 Jul 2017 10:15:14 +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: <1499595310.6a22640d230d10e9caf95f1529e647b3b9404836.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zstd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/zstd/zstd-1.2.0.ebuild X-VCS-Directories: app-arch/zstd/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6a22640d230d10e9caf95f1529e647b3b9404836 X-VCS-Branch: master Date: Sun, 9 Jul 2017 10:15:14 +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: 95890854-9914-4d0e-95bc-223b633873b7 X-Archives-Hash: e88bb1e89a3d930a3efde13da6c3f45a commit: 6a22640d230d10e9caf95f1529e647b3b9404836 Author: Alexis Ballier gentoo org> AuthorDate: Sun Jul 9 10:14:41 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jul 9 10:15:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a22640d app-arch/zstd: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-arch/zstd/zstd-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/zstd/zstd-1.2.0.ebuild b/app-arch/zstd/zstd-1.2.0.ebuild index 81efe2c379f..098ef84d39f 100644 --- a/app-arch/zstd/zstd-1.2.0.ebuild +++ b/app-arch/zstd/zstd-1.2.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="static-libs" src_compile() {