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 4258C138334 for ; Sun, 5 Aug 2018 16:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53EA9E07A7; Sun, 5 Aug 2018 16:57:18 +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 26A61E07A7 for ; Sun, 5 Aug 2018 16:57:18 +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 5BEFC335C39 for ; Sun, 5 Aug 2018 16:57:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C3E5375 for ; Sun, 5 Aug 2018 16:57:13 +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: <1533488228.3fa715f41a99b7bbe4cd75af936647fc31e5897a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/image_transport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/image_transport/image_transport-1.11.13-r1.ebuild dev-ros/image_transport/image_transport-1.11.13-r2.ebuild dev-ros/image_transport/image_transport-9999.ebuild X-VCS-Directories: dev-ros/image_transport/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3fa715f41a99b7bbe4cd75af936647fc31e5897a X-VCS-Branch: master Date: Sun, 5 Aug 2018 16:57:13 +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: 9c968a01-c47f-48c0-bbd3-810fc9cc9100 X-Archives-Hash: 9425141fc1c00b93f125f31458e48d3d commit: 3fa715f41a99b7bbe4cd75af936647fc31e5897a Author: Alexis Ballier gentoo org> AuthorDate: Sun Aug 5 16:56:48 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Aug 5 16:57:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa715f4 dev-ros/image_transport: add := dep on class loader Package-Manager: Portage-2.3.44, Repoman-2.3.10 ...e_transport-1.11.13-r1.ebuild => image_transport-1.11.13-r2.ebuild} | 3 ++- dev-ros/image_transport/image_transport-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ros/image_transport/image_transport-1.11.13-r1.ebuild b/dev-ros/image_transport/image_transport-1.11.13-r2.ebuild similarity index 89% rename from dev-ros/image_transport/image_transport-1.11.13-r1.ebuild rename to dev-ros/image_transport/image_transport-1.11.13-r2.ebuild index d77bc019e97..2be6354ffbb 100644 --- a/dev-ros/image_transport/image_transport-1.11.13-r1.ebuild +++ b/dev-ros/image_transport/image_transport-1.11.13-r2.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 @@ -23,5 +23,6 @@ RDEPEND=" dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-libs/boost:= dev-libs/console_bridge:= + dev-ros/class_loader:= " DEPEND="${RDEPEND}" diff --git a/dev-ros/image_transport/image_transport-9999.ebuild b/dev-ros/image_transport/image_transport-9999.ebuild index d77bc019e97..2be6354ffbb 100644 --- a/dev-ros/image_transport/image_transport-9999.ebuild +++ b/dev-ros/image_transport/image_transport-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 @@ -23,5 +23,6 @@ RDEPEND=" dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-libs/boost:= dev-libs/console_bridge:= + dev-ros/class_loader:= " DEPEND="${RDEPEND}"