diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-12-29 15:23:29 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-12-29 15:23:29 +0100 |
commit | eca185337adf5adfc1f479067af9c01f37297bf0 (patch) | |
tree | 8f16314f62fc5f064fab2ec1809483a3eecbd6cb /sci-electronics | |
parent | sci-electronics/gazebo: Use https for fetching tarballs, part of bug #598386 ... (diff) | |
download | gentoo-eca185337adf5adfc1f479067af9c01f37297bf0.tar.gz gentoo-eca185337adf5adfc1f479067af9c01f37297bf0.tar.bz2 gentoo-eca185337adf5adfc1f479067af9c01f37297bf0.zip |
sci-electronics/gazebo: add build dep on gzip for manpages.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/gazebo/gazebo-7.4.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-electronics/gazebo/gazebo-7.4.0.ebuild b/sci-electronics/gazebo/gazebo-7.4.0.ebuild index bbc32ae00300..e942cb672ec9 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 ) |