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 23FD11388C1 for ; Wed, 2 Mar 2016 19:36:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47E49E07C7; Wed, 2 Mar 2016 19:36:35 +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 E87EDE07C7 for ; Wed, 2 Mar 2016 19:36:34 +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 C7CE1340B19 for ; Wed, 2 Mar 2016 19:36:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4F09CEB for ; Wed, 2 Mar 2016 19:36:30 +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: <1456947385.4efedb5868ffd425199f0786ad0776b1b21f020a.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.0.0.ebuild X-VCS-Directories: sci-electronics/gazebo/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4efedb5868ffd425199f0786ad0776b1b21f020a X-VCS-Branch: master Date: Wed, 2 Mar 2016 19:36:30 +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: 15af78da-7878-490c-b026-fbfd6e001869 X-Archives-Hash: 4cce2f7e68d2cacad0c37839a35d89b1 commit: 4efedb5868ffd425199f0786ad0776b1b21f020a Author: Alexis Ballier gentoo org> AuthorDate: Wed Mar 2 19:35:59 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Mar 2 19:36:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efedb58 sci-electronics/gazebo: add build dep on mesa-progs for glxinfo. this avoids the fallback on opening an opengl display causing bug #576102 Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> sci-electronics/gazebo/gazebo-7.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-electronics/gazebo/gazebo-7.0.0.ebuild b/sci-electronics/gazebo/gazebo-7.0.0.ebuild index 0455447..078f693 100644 --- a/sci-electronics/gazebo/gazebo-7.0.0.ebuild +++ b/sci-electronics/gazebo/gazebo-7.0.0.ebuild @@ -50,6 +50,7 @@ DEPEND="${RDEPEND} dev-qt/qttest:4 app-text/ronn virtual/pkgconfig + x11-apps/mesa-progs test? ( dev-libs/libxslt ) " CMAKE_BUILD_TYPE=RelWithDebInfo