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 71F7C139086 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 C0130E0BFB; Thu, 29 Dec 2016 14:37:23 +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 A0711E0BFB 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 6C2C3341669 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 405F724EA 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: <1483021409.eca185337adf5adfc1f479067af9c01f37297bf0.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: eca185337adf5adfc1f479067af9c01f37297bf0 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: bf9dac00-d98a-421b-8b92-c790cb75984c X-Archives-Hash: 2ee63348a9cd7e1940119f01f0fb7740 commit: eca185337adf5adfc1f479067af9c01f37297bf0 Author: Alexis Ballier gentoo org> AuthorDate: Thu Dec 29 14:23:29 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Dec 29 14:23:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca18533 sci-electronics/gazebo: add build dep on gzip for manpages. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-electronics/gazebo/gazebo-7.4.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-electronics/gazebo/gazebo-7.4.0.ebuild b/sci-electronics/gazebo/gazebo-7.4.0.ebuild index bbc32ae..e942cb6 100644 --- a/sci-electronics/gazebo/gazebo-7.4.0.ebuild +++ b/sci-electronics/gazebo/gazebo-7.4.0.ebuild @@ -49,6 +49,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-qt/qttest:4 app-text/ronn + app-arch/gzip virtual/pkgconfig x11-apps/mesa-progs test? ( dev-libs/libxslt )