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 201BE1382C5 for ; Sat, 7 Apr 2018 14:08:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 601D8E0955; Sat, 7 Apr 2018 14:08:37 +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 3AA63E0954 for ; Sat, 7 Apr 2018 14:08:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 581A7335C72 for ; Sat, 7 Apr 2018 14:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4094828E for ; Sat, 7 Apr 2018 14:08:32 +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: <1523110098.e04fa99c69f71110c4905bc3938090f973a4d086.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_kdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/tf2_kdl/tf2_kdl-0.6.1-r1.ebuild dev-ros/tf2_kdl/tf2_kdl-0.6.1.ebuild dev-ros/tf2_kdl/tf2_kdl-9999.ebuild X-VCS-Directories: dev-ros/tf2_kdl/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e04fa99c69f71110c4905bc3938090f973a4d086 X-VCS-Branch: master Date: Sat, 7 Apr 2018 14:08:32 +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: f1017636-1e3c-4292-a8df-dd6eadf20e4f X-Archives-Hash: 86c69f5116735010ee9f4bfa0ac5acdc commit: e04fa99c69f71110c4905bc3938090f973a4d086 Author: Alexis Ballier gentoo org> AuthorDate: Sat Apr 7 14:03:21 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Apr 7 14:08:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04fa99c dev-ros/tf2_kdl: better deps Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-ros/tf2_kdl/{tf2_kdl-0.6.1.ebuild => tf2_kdl-0.6.1-r1.ebuild} | 2 +- dev-ros/tf2_kdl/tf2_kdl-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ros/tf2_kdl/tf2_kdl-0.6.1.ebuild b/dev-ros/tf2_kdl/tf2_kdl-0.6.1-r1.ebuild similarity index 96% rename from dev-ros/tf2_kdl/tf2_kdl-0.6.1.ebuild rename to dev-ros/tf2_kdl/tf2_kdl-0.6.1-r1.ebuild index f82f2ff4e47..e5c441b6527 100644 --- a/dev-ros/tf2_kdl/tf2_kdl-0.6.1.ebuild +++ b/dev-ros/tf2_kdl/tf2_kdl-0.6.1-r1.ebuild @@ -19,7 +19,7 @@ RDEPEND=" dev-ros/tf2 dev-ros/tf2_ros dev-python/python_orocos_kdl[${PYTHON_USEDEP}] - sci-libs/orocos_kdl + sci-libs/orocos_kdl:= dev-ros/tf2_msgs[${PYTHON_USEDEP}] dev-ros/cmake_modules " diff --git a/dev-ros/tf2_kdl/tf2_kdl-9999.ebuild b/dev-ros/tf2_kdl/tf2_kdl-9999.ebuild index 5f196cdc9d7..e5c441b6527 100644 --- a/dev-ros/tf2_kdl/tf2_kdl-9999.ebuild +++ b/dev-ros/tf2_kdl/tf2_kdl-9999.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=5 @@ -19,7 +19,7 @@ RDEPEND=" dev-ros/tf2 dev-ros/tf2_ros dev-python/python_orocos_kdl[${PYTHON_USEDEP}] - sci-libs/orocos_kdl + sci-libs/orocos_kdl:= dev-ros/tf2_msgs[${PYTHON_USEDEP}] dev-ros/cmake_modules "