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 BEA1C138334 for ; Wed, 28 Aug 2019 17:02:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FA73E087D; Wed, 28 Aug 2019 17:02:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EA607E087C for ; Wed, 28 Aug 2019 17:02:10 +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 2D1B134A56E for ; Wed, 28 Aug 2019 17:02:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDB377E7 for ; Wed, 28 Aug 2019 17:02:05 +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: <1567011705.87e1d4eef53ed1f27cd1c4aa19e535be11f20113.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/image_view/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/image_view/image_view-1.12.23.ebuild dev-ros/image_view/image_view-9999.ebuild X-VCS-Directories: dev-ros/image_view/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 87e1d4eef53ed1f27cd1c4aa19e535be11f20113 X-VCS-Branch: master Date: Wed, 28 Aug 2019 17:02:05 +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: 4ce74ded-bfd3-4f03-bd52-8f0254b4ed2e X-Archives-Hash: 02e56678334f3e1b9a57ab6f6c318c03 commit: 87e1d4eef53ed1f27cd1c4aa19e535be11f20113 Author: Alexis Ballier gentoo org> AuthorDate: Wed Aug 28 16:33:00 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Aug 28 17:01:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e1d4ee dev-ros/image_view: add missing dynamic_reconfigure dep. Closes: https://bugs.gentoo.org/669636 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/image_view/image_view-1.12.23.ebuild | 1 + dev-ros/image_view/image_view-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ros/image_view/image_view-1.12.23.ebuild b/dev-ros/image_view/image_view-1.12.23.ebuild index ef3403e5342..b7c4e715c9e 100644 --- a/dev-ros/image_view/image_view-1.12.23.ebuild +++ b/dev-ros/image_view/image_view-1.12.23.ebuild @@ -29,6 +29,7 @@ RDEPEND=" dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/boost170.patch" ) diff --git a/dev-ros/image_view/image_view-9999.ebuild b/dev-ros/image_view/image_view-9999.ebuild index 9b9820cf269..b9c0dff05ba 100644 --- a/dev-ros/image_view/image_view-9999.ebuild +++ b/dev-ros/image_view/image_view-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -29,5 +29,6 @@ RDEPEND=" dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}"