From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AC858139898 for ; Mon, 24 Aug 2015 14:23:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EB9FE0818; Mon, 24 Aug 2015 14:23:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35F04E0818 for ; Mon, 24 Aug 2015 14:23:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 337E8340854 for ; Mon, 24 Aug 2015 14:23:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD40D16B for ; Mon, 24 Aug 2015 14:23:07 +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: <1440426176.a22d0c4ff83984a77afc03f0ee362d6e5ed74c49.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/coin/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/coin/coin-3.1.3-r2.ebuild X-VCS-Directories: media-libs/coin/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: a22d0c4ff83984a77afc03f0ee362d6e5ed74c49 X-VCS-Branch: master Date: Mon, 24 Aug 2015 14:23:07 +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: 67db4aa1-7a5c-4465-a9c3-3a39abaf49ae X-Archives-Hash: c704185782673f5551bac55fe90081ca commit: a22d0c4ff83984a77afc03f0ee362d6e5ed74c49 Author: Alexis Ballier gentoo org> AuthorDate: Mon Aug 24 14:22:42 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Aug 24 14:22:56 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22d0c4f media-libs/coin: keyword ~arm Package-Manager: portage-2.2.20.1 media-libs/coin/coin-3.1.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/coin/coin-3.1.3-r2.ebuild b/media-libs/coin/coin-3.1.3-r2.ebuild index 9958823..521b9f1 100644 --- a/media-libs/coin/coin-3.1.3-r2.ebuild +++ b/media-libs/coin/coin-3.1.3-r2.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://www.coin3d.org/" SRC_URI="ftp://ftp.coin3d.org/pub/coin/src/all/${MY_P}.tar.gz" LICENSE="|| ( GPL-2 PEL )" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="bzip2 debug doc javascript openal simage static-libs threads zlib"