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 8DCF9138350 for ; Tue, 14 Apr 2020 13:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAA37E0903; Tue, 14 Apr 2020 13:00:31 +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 C030BE0903 for ; Tue, 14 Apr 2020 13:00:31 +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 C93AB34F2EB for ; Tue, 14 Apr 2020 13:00:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE3E51D2 for ; Tue, 14 Apr 2020 13:00:21 +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: <1586869213.e13261726eca0cc2f0d58875cfc4e890c0dc1ca6.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/amcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/amcl/amcl-1.16.3-r1.ebuild dev-ros/amcl/amcl-1.16.3.ebuild dev-ros/amcl/amcl-9999.ebuild X-VCS-Directories: dev-ros/amcl/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e13261726eca0cc2f0d58875cfc4e890c0dc1ca6 X-VCS-Branch: master Date: Tue, 14 Apr 2020 13:00:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b46d2a4b-1817-439b-b1e1-27069d50d1aa X-Archives-Hash: d03e4556baab606d1eb0c88e93031656 commit: e13261726eca0cc2f0d58875cfc4e890c0dc1ca6 Author: Alexis Ballier gentoo org> AuthorDate: Tue Apr 14 12:59:57 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Apr 14 13:00:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1326172 dev-ros/amcl: add missing dep on diagnostic_updater Closes: https://bugs.gentoo.org/711770 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/amcl/{amcl-1.16.3.ebuild => amcl-1.16.3-r1.ebuild} | 3 ++- dev-ros/amcl/amcl-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ros/amcl/amcl-1.16.3.ebuild b/dev-ros/amcl/amcl-1.16.3-r1.ebuild similarity index 92% rename from dev-ros/amcl/amcl-1.16.3.ebuild rename to dev-ros/amcl/amcl-1.16.3-r1.ebuild index e2d2d799884..130de3bbef7 100644 --- a/dev-ros/amcl/amcl-1.16.3.ebuild +++ b/dev-ros/amcl/amcl-1.16.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,6 +15,7 @@ SLOT="0" IUSE="" RDEPEND=" + dev-ros/diagnostic_updater[${PYTHON_USEDEP}] dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/message_filters diff --git a/dev-ros/amcl/amcl-9999.ebuild b/dev-ros/amcl/amcl-9999.ebuild index e2d2d799884..130de3bbef7 100644 --- a/dev-ros/amcl/amcl-9999.ebuild +++ b/dev-ros/amcl/amcl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,6 +15,7 @@ SLOT="0" IUSE="" RDEPEND=" + dev-ros/diagnostic_updater[${PYTHON_USEDEP}] dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/message_filters