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 89382139694 for ; Sat, 4 Mar 2017 14:26:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2DB8E0BFC; Sat, 4 Mar 2017 14:26:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AA713E0BFC for ; Sat, 4 Mar 2017 14:26:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6B8A34183E for ; Sat, 4 Mar 2017 14:26:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 116535C2A for ; Sat, 4 Mar 2017 14:26:36 +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: <1488637408.c830bd3df1b09e0dd21a80f8b727313a26efb197.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/joint_state_publisher/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/joint_state_publisher/joint_state_publisher-1.12.7.ebuild dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild X-VCS-Directories: dev-ros/joint_state_publisher/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c830bd3df1b09e0dd21a80f8b727313a26efb197 X-VCS-Branch: master Date: Sat, 4 Mar 2017 14:26:36 +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: 0065c516-9074-4098-b762-5bdf4bed0167 X-Archives-Hash: 193321bb53b07e55c596dc7170f43ce6 commit: c830bd3df1b09e0dd21a80f8b727313a26efb197 Author: Alexis Ballier gentoo org> AuthorDate: Sat Mar 4 14:22:16 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Mar 4 14:23:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c830bd3d dev-ros/joint_state_publisher: keyword ~arm Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-ros/joint_state_publisher/joint_state_publisher-1.12.7.ebuild | 2 +- dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ros/joint_state_publisher/joint_state_publisher-1.12.7.ebuild b/dev-ros/joint_state_publisher/joint_state_publisher-1.12.7.ebuild index 6f96032e4b6..7a7a68e6267 100644 --- a/dev-ros/joint_state_publisher/joint_state_publisher-1.12.7.ebuild +++ b/dev-ros/joint_state_publisher/joint_state_publisher-1.12.7.ebuild @@ -3,7 +3,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/robot_model" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} PYTHON_COMPAT=( python2_7 ) diff --git a/dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild b/dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild index 6d9ce4e4da9..7a7a68e6267 100644 --- a/dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild +++ b/dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 ROS_REPO_URI="https://github.com/ros/robot_model" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} PYTHON_COMPAT=( python2_7 )