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 502281396D0 for ; Sun, 27 Aug 2017 15:34:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CEDB1FC06A; Sun, 27 Aug 2017 15:34:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E27A1FC068 for ; Sun, 27 Aug 2017 15:34:32 +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 02DC0341A16 for ; Sun, 27 Aug 2017 15:34:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FCDD84A0 for ; Sun, 27 Aug 2017 15:34:17 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1503848044.e410fe562318ec480524fbbacd65cca119003688.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lib3ds/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lib3ds/lib3ds-2.0.0_rc1.ebuild X-VCS-Directories: media-libs/lib3ds/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e410fe562318ec480524fbbacd65cca119003688 X-VCS-Branch: master Date: Sun, 27 Aug 2017 15:34:17 +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: 4ec878c6-666c-4445-8d47-976e5c98bbe6 X-Archives-Hash: b37176b6f76ff01997b52714ddff1e41 commit: e410fe562318ec480524fbbacd65cca119003688 Author: Roy Bamford gentoo org> AuthorDate: Mon Aug 21 18:51:03 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Aug 27 15:34:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e410fe56 media-libs/lib3ds: added ~arm64 keyword Package-Manager: Portage-2.3.8, Repoman-2.3.3 media-libs/lib3ds/lib3ds-2.0.0_rc1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/lib3ds/lib3ds-2.0.0_rc1.ebuild b/media-libs/lib3ds/lib3ds-2.0.0_rc1.ebuild index b2ab656a54d..2c964c8ca15 100644 --- a/media-libs/lib3ds/lib3ds-2.0.0_rc1.ebuild +++ b/media-libs/lib3ds/lib3ds-2.0.0_rc1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://lib3ds.googlecode.com/files/${MY_P}.zip" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm64 ppc ppc64 x86" IUSE="" S=${WORKDIR}/${MY_P}