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 B733E139894 for ; Mon, 24 Aug 2015 15:58:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C719B1428D; Mon, 24 Aug 2015 15:57:38 +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 428C61428D for ; Mon, 24 Aug 2015 15:57:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58EE43406A7 for ; Mon, 24 Aug 2015 15:57:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 054F1161 for ; Mon, 24 Aug 2015 15:57:35 +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: <1440431842.48fe9c9ac113b55f8e3b35fe63f007419cef6b6e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/SoXt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/SoXt/SoXt-1.3.0.ebuild X-VCS-Directories: media-libs/SoXt/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 48fe9c9ac113b55f8e3b35fe63f007419cef6b6e X-VCS-Branch: master Date: Mon, 24 Aug 2015 15:57:35 +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: 66aa73b8-ca60-4fe9-b884-44ba96538abd X-Archives-Hash: efd88b43f1cbdcfaa7db6b66520616e6 commit: 48fe9c9ac113b55f8e3b35fe63f007419cef6b6e Author: Alexis Ballier gentoo org> AuthorDate: Mon Aug 24 15:00:43 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Aug 24 15:57:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48fe9c9a media-libs/SoXt: keyword ~arm Package-Manager: portage-2.2.20.1 media-libs/SoXt/SoXt-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/SoXt/SoXt-1.3.0.ebuild b/media-libs/SoXt/SoXt-1.3.0.ebuild index 0618ea5..1dc0b2c 100644 --- a/media-libs/SoXt/SoXt-1.3.0.ebuild +++ b/media-libs/SoXt/SoXt-1.3.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="GUI binding for using Coin/Open Inventor with Xt/Motif" SRC_URI="https://bitbucket.org/Coin3D/coin/downloads/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="debug doc static-libs"