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-libs/octomap/
Date: Thu, 29 Sep 2016 12:53:13
Message-Id: 1475153571.790c0dd67b8b9ed2f78be7d8c3ccdfe90e24cccc.aballier@gentoo
1 commit: 790c0dd67b8b9ed2f78be7d8c3ccdfe90e24cccc
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 12:52:19 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 12:52:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790c0dd6
7
8 sci-libs/octomap: add := dep on qglviewer
9
10 Package-Manager: portage-2.3.1
11
12 sci-libs/octomap/{octomap-1.8.0.ebuild => octomap-1.8.0-r1.ebuild} | 2 +-
13 sci-libs/octomap/octomap-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-libs/octomap/octomap-1.8.0.ebuild b/sci-libs/octomap/octomap-1.8.0-r1.ebuild
17 similarity index 98%
18 rename from sci-libs/octomap/octomap-1.8.0.ebuild
19 rename to sci-libs/octomap/octomap-1.8.0-r1.ebuild
20 index 182eea1..2b3509c 100644
21 --- a/sci-libs/octomap/octomap-1.8.0.ebuild
22 +++ b/sci-libs/octomap/octomap-1.8.0-r1.ebuild
23 @@ -31,7 +31,7 @@ RDEPEND="
24 virtual/opengl
25 dev-qt/qtcore:4
26 dev-qt/qtgui:4
27 - x11-libs/libQGLViewer
28 + x11-libs/libQGLViewer:=
29 )
30 "
31 DEPEND="${RDEPEND}
32
33 diff --git a/sci-libs/octomap/octomap-9999.ebuild b/sci-libs/octomap/octomap-9999.ebuild
34 index 11055fe..2b3509c 100644
35 --- a/sci-libs/octomap/octomap-9999.ebuild
36 +++ b/sci-libs/octomap/octomap-9999.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2014 Gentoo Foundation
39 +# Copyright 1999-2016 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Id$
42
43 @@ -31,7 +31,7 @@ RDEPEND="
44 virtual/opengl
45 dev-qt/qtcore:4
46 dev-qt/qtgui:4
47 - x11-libs/libQGLViewer
48 + x11-libs/libQGLViewer:=
49 )
50 "
51 DEPEND="${RDEPEND}