From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C6C4513829C for ; Thu, 9 Jun 2016 09:58:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74107142C7; Thu, 9 Jun 2016 09:58:07 +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 0EDE2142C7 for ; Thu, 9 Jun 2016 09:58:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D45FA340C9C for ; Thu, 9 Jun 2016 09:58:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9D2E13FE for ; Thu, 9 Jun 2016 09:58:02 +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: <1465466273.0e6aa957a311eda09233c0570d5cb6223a23ed19.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/cv_bridge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/cv_bridge/cv_bridge-1.12.0.ebuild dev-ros/cv_bridge/cv_bridge-9999.ebuild X-VCS-Directories: dev-ros/cv_bridge/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0e6aa957a311eda09233c0570d5cb6223a23ed19 X-VCS-Branch: master Date: Thu, 9 Jun 2016 09:58:02 +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: 7096dbf6-55be-4e85-87fa-8242389849cc X-Archives-Hash: 8c36b62ae3697effd7462fc0163fa96d commit: 0e6aa957a311eda09233c0570d5cb6223a23ed19 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jun 9 09:57:53 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jun 9 09:57:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6aa957 dev-ros/cv_bridge: depend on opencv contribs; should fix bug #584736 Package-Manager: portage-2.3.0_rc1 dev-ros/cv_bridge/cv_bridge-1.12.0.ebuild | 4 ++-- dev-ros/cv_bridge/cv_bridge-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ros/cv_bridge/cv_bridge-1.12.0.ebuild b/dev-ros/cv_bridge/cv_bridge-1.12.0.ebuild index 608a617..52147ea 100644 --- a/dev-ros/cv_bridge/cv_bridge-1.12.0.ebuild +++ b/dev-ros/cv_bridge/cv_bridge-1.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ IUSE="" RDEPEND=" dev-ros/rosconsole - media-libs/opencv + media-libs/opencv[contrib(+)] dev-libs/boost:=[threads,python,${PYTHON_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] " diff --git a/dev-ros/cv_bridge/cv_bridge-9999.ebuild b/dev-ros/cv_bridge/cv_bridge-9999.ebuild index 608a617..52147ea 100644 --- a/dev-ros/cv_bridge/cv_bridge-9999.ebuild +++ b/dev-ros/cv_bridge/cv_bridge-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ IUSE="" RDEPEND=" dev-ros/rosconsole - media-libs/opencv + media-libs/opencv[contrib(+)] dev-libs/boost:=[threads,python,${PYTHON_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] "