Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx/
Date: Sun, 01 Apr 2018 23:24:50
Message-Id: 1522625072.161845d4be61b043231bf07b008e3208a6bf8e97.mattst88@gentoo
1 commit: 161845d4be61b043231bf07b008e3208a6bf8e97
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 1 23:24:07 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 23:24:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161845d4
7
8 sci-visualization/opendx: Fix X11 dependencies
9
10 I elected not to touch the lack of Xinerama dependency. It looks to be
11 automagic currently.
12
13 Bug: https://bugs.gentoo.org/649084
14
15 .../opendx/{opendx-4.4.4-r6.ebuild => opendx-4.4.4-r7.ebuild} | 9 +++++----
16 1 file changed, 5 insertions(+), 4 deletions(-)
17
18 diff --git a/sci-visualization/opendx/opendx-4.4.4-r6.ebuild b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
19 similarity index 95%
20 rename from sci-visualization/opendx/opendx-4.4.4-r6.ebuild
21 rename to sci-visualization/opendx/opendx-4.4.4-r7.ebuild
22 index 4f7453fdd62..7307105626d 100644
23 --- a/sci-visualization/opendx/opendx-4.4.4-r6.ebuild
24 +++ b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2017 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -17,10 +17,11 @@ SLOT="0"
32 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
33 IUSE="hdf cdf netcdf tiff imagemagick szip smp"
34
35 -RDEPEND="x11-libs/libXmu
36 - x11-libs/libXi
37 - x11-libs/libXp
38 +RDEPEND="
39 + x11-libs/libX11
40 + x11-libs/libXmu
41 x11-libs/libXpm
42 + x11-libs/libXt
43 >=x11-libs/motif-2.3:0
44 virtual/opengl
45 virtual/glu