Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/
Date: Thu, 29 Dec 2016 14:37:25
Message-Id: 1483021409.eca185337adf5adfc1f479067af9c01f37297bf0.aballier@gentoo
1 commit: eca185337adf5adfc1f479067af9c01f37297bf0
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 14:23:29 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 14:23:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca18533
7
8 sci-electronics/gazebo: add build dep on gzip for manpages.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-electronics/gazebo/gazebo-7.4.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sci-electronics/gazebo/gazebo-7.4.0.ebuild b/sci-electronics/gazebo/gazebo-7.4.0.ebuild
16 index bbc32ae..e942cb6 100644
17 --- a/sci-electronics/gazebo/gazebo-7.4.0.ebuild
18 +++ b/sci-electronics/gazebo/gazebo-7.4.0.ebuild
19 @@ -49,6 +49,7 @@ RDEPEND="
20 DEPEND="${RDEPEND}
21 dev-qt/qttest:4
22 app-text/ronn
23 + app-arch/gzip
24 virtual/pkgconfig
25 x11-apps/mesa-progs
26 test? ( dev-libs/libxslt )