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 603CC139085 for ; Thu, 29 Dec 2016 14:37:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2686E0BDE; Thu, 29 Dec 2016 14:37:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9019DE0BDE for ; Thu, 29 Dec 2016 14:37:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 28F6E34166A for ; Thu, 29 Dec 2016 14:37:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51D0924EF for ; Thu, 29 Dec 2016 14:37:20 +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: <1483021673.e786a5668894da06d2463b0a1c384490df49dadf.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/gazebo/gazebo-7.4.0.ebuild X-VCS-Directories: sci-electronics/gazebo/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e786a5668894da06d2463b0a1c384490df49dadf X-VCS-Branch: master Date: Thu, 29 Dec 2016 14:37:20 +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: 277656af-8ec7-46ef-869e-0c5af6b1765b X-Archives-Hash: 15aee0787682de68c68143f9e1299fc4 commit: e786a5668894da06d2463b0a1c384490df49dadf Author: Alexis Ballier gentoo org> AuthorDate: Thu Dec 29 14:27:53 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Dec 29 14:27:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e786a566 sci-electronics/gazebo: add missing usedeps for ogre, bug #598386 by avinash uttamchandani. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-electronics/gazebo/gazebo-7.4.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-electronics/gazebo/gazebo-7.4.0.ebuild b/sci-electronics/gazebo/gazebo-7.4.0.ebuild index e942cb6..2f9ca41 100644 --- a/sci-electronics/gazebo/gazebo-7.4.0.ebuild +++ b/sci-electronics/gazebo/gazebo-7.4.0.ebuild @@ -24,7 +24,8 @@ RDEPEND=" dev-libs/tinyxml2 dev-libs/libtar dev-cpp/tbb - >=dev-games/ogre-1.7.4 + >=dev-games/ogre-1.7.4[freeimage] + >=media-libs/freeimage-3.15.4[png] sci-libs/libccd libav? ( >=media-video/libav-9:0= ) !libav? ( >=media-video/ffmpeg-2.6:0= )