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 C4AC3139694 for ; Tue, 20 Jun 2017 12:12:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1670022401A; Tue, 20 Jun 2017 12:12:04 +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 E32B7224005 for ; Tue, 20 Jun 2017 12:12:03 +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 5E9F83417C1 for ; Tue, 20 Jun 2017 12:12:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBA23748B for ; Tue, 20 Jun 2017 12:12:00 +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: <1497960710.23e12e451e6212d1d95c2385681d6df3bb38d05c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libaec/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libaec/libaec-1.0.0.ebuild X-VCS-Directories: sci-libs/libaec/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 23e12e451e6212d1d95c2385681d6df3bb38d05c X-VCS-Branch: master Date: Tue, 20 Jun 2017 12:12:00 +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: 4d8bd2a8-e9b2-480b-98aa-ae0bc7a4a34d X-Archives-Hash: b03ecce369f1fb2255f2699c8335d716 commit: 23e12e451e6212d1d95c2385681d6df3bb38d05c Author: Alexis Ballier gentoo org> AuthorDate: Tue Jun 20 10:54:15 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jun 20 12:11:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e12e45 sci-libs/libaec: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 sci-libs/libaec/libaec-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/libaec/libaec-1.0.0.ebuild b/sci-libs/libaec/libaec-1.0.0.ebuild index 313409c2af6..f1d47bb32d3 100644 --- a/sci-libs/libaec/libaec-1.0.0.ebuild +++ b/sci-libs/libaec/libaec-1.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="${HOMEPAGE}/uploads/${PID}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0/2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs +szip" DEPEND=""