diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-09-29 14:52:19 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-09-29 14:52:51 +0200 |
commit | 790c0dd67b8b9ed2f78be7d8c3ccdfe90e24cccc (patch) | |
tree | 31e83294892be5f703d4ccf39fc0e7b0b5e56ae2 /sci-libs/octomap | |
parent | sci-libs/octomap: remove old (diff) | |
download | gentoo-790c0dd67b8b9ed2f78be7d8c3ccdfe90e24cccc.tar.gz gentoo-790c0dd67b8b9ed2f78be7d8c3ccdfe90e24cccc.tar.bz2 gentoo-790c0dd67b8b9ed2f78be7d8c3ccdfe90e24cccc.zip |
sci-libs/octomap: add := dep on qglviewer
Package-Manager: portage-2.3.1
Diffstat (limited to 'sci-libs/octomap')
-rw-r--r-- | sci-libs/octomap/octomap-1.8.0-r1.ebuild (renamed from sci-libs/octomap/octomap-1.8.0.ebuild) | 2 | ||||
-rw-r--r-- | sci-libs/octomap/octomap-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/octomap/octomap-1.8.0.ebuild b/sci-libs/octomap/octomap-1.8.0-r1.ebuild index 182eea1e10c8..2b3509c9f9fb 100644 --- a/sci-libs/octomap/octomap-1.8.0.ebuild +++ b/sci-libs/octomap/octomap-1.8.0-r1.ebuild @@ -31,7 +31,7 @@ RDEPEND=" virtual/opengl dev-qt/qtcore:4 dev-qt/qtgui:4 - x11-libs/libQGLViewer + x11-libs/libQGLViewer:= ) " DEPEND="${RDEPEND} diff --git a/sci-libs/octomap/octomap-9999.ebuild b/sci-libs/octomap/octomap-9999.ebuild index 11055fe7732b..2b3509c9f9fb 100644 --- a/sci-libs/octomap/octomap-9999.ebuild +++ b/sci-libs/octomap/octomap-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -31,7 +31,7 @@ RDEPEND=" virtual/opengl dev-qt/qtcore:4 dev-qt/qtgui:4 - x11-libs/libQGLViewer + x11-libs/libQGLViewer:= ) " DEPEND="${RDEPEND} |