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 828DF1382C5 for ; Mon, 12 Feb 2018 14:04:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7272E0A49; Mon, 12 Feb 2018 14:03:57 +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 82804E0A04 for ; Mon, 12 Feb 2018 14:03:57 +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 079D2335C4E for ; Mon, 12 Feb 2018 14:03:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1544A231 for ; Mon, 12 Feb 2018 14:03:53 +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: <1518442690.ee36d75ca3875987a9e25e122c2b1176288c347e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/bullet/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/bullet/bullet-2.86.ebuild X-VCS-Directories: sci-physics/bullet/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ee36d75ca3875987a9e25e122c2b1176288c347e X-VCS-Branch: master Date: Mon, 12 Feb 2018 14:03:53 +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: ff5ec6c6-486b-4362-aafd-554c29fbf2e7 X-Archives-Hash: b0db744e980811c3bf3342bea1d2320c commit: ee36d75ca3875987a9e25e122c2b1176288c347e Author: Alexis Ballier gentoo org> AuthorDate: Mon Feb 12 13:38:10 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Feb 12 13:38:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee36d75c sci-physics/bullet: keyword ~arm Package-Manager: Portage-2.3.24, Repoman-2.3.6 sci-physics/bullet/bullet-2.86.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-physics/bullet/bullet-2.86.ebuild b/sci-physics/bullet/bullet-2.86.ebuild index 3a22c4b3a91..5609217804b 100644 --- a/sci-physics/bullet/bullet-2.86.ebuild +++ b/sci-physics/bullet/bullet-2.86.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/bulletphysics/bullet3/archive/${PV}.tar.gz -> ${P}.t LICENSE="ZLIB" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+bullet3 doc double-precision examples extras test" RDEPEND="