diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-04-01 16:24:07 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-01 16:24:32 -0700 |
commit | 161845d4be61b043231bf07b008e3208a6bf8e97 (patch) | |
tree | 82e21034d357904f1fb541e0d1b6e75f7cf06c4b /sci-visualization/opendx | |
parent | sci-visualization/opendx: Add patch to fix invalid conversion (diff) | |
download | gentoo-161845d4be61b043231bf07b008e3208a6bf8e97.tar.gz gentoo-161845d4be61b043231bf07b008e3208a6bf8e97.tar.bz2 gentoo-161845d4be61b043231bf07b008e3208a6bf8e97.zip |
sci-visualization/opendx: Fix X11 dependencies
I elected not to touch the lack of Xinerama dependency. It looks to be
automagic currently.
Bug: https://bugs.gentoo.org/649084
Diffstat (limited to 'sci-visualization/opendx')
-rw-r--r-- | sci-visualization/opendx/opendx-4.4.4-r7.ebuild (renamed from sci-visualization/opendx/opendx-4.4.4-r6.ebuild) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sci-visualization/opendx/opendx-4.4.4-r6.ebuild b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild index 4f7453fdd627..7307105626df 100644 --- a/sci-visualization/opendx/opendx-4.4.4-r6.ebuild +++ b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,10 +17,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="hdf cdf netcdf tiff imagemagick szip smp" -RDEPEND="x11-libs/libXmu - x11-libs/libXi - x11-libs/libXp +RDEPEND=" + x11-libs/libX11 + x11-libs/libXmu x11-libs/libXpm + x11-libs/libXt >=x11-libs/motif-2.3:0 virtual/opengl virtual/glu |