commit: c9bee13d7464e8937ac2afba9f50e436b84c1f08
Author: Grégory Salvan <apieum <AT> gmail <DOT> com>
AuthorDate: Sat Feb 20 20:34:21 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 08:36:31 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c9bee13d
added required dependencies libX11 and and tk
sci-mathematics/netgen/netgen-5.3.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sci-mathematics/netgen/netgen-5.3.1.ebuild
b/sci-mathematics/netgen/netgen-5.3.1.ebuild
index adae126..9a1f35c 100644
--- a/sci-mathematics/netgen/netgen-5.3.1.ebuild
+++ b/sci-mathematics/netgen/netgen-5.3.1.ebuild
@@ -18,9 +18,11 @@ KEYWORDS="~amd64 ~x86"
IUSE="-ffmpeg jpeg -mpi opencascade"
DEPEND="
+ dev-lang/tk
dev-tcltk/tix
dev-tcltk/togl:1.7
virtual/opengl
+ x11-libs/libX11
x11-libs/libXmu
opencascade? ( sci-libs/opencascade:* )
ffmpeg? ( media-video/ffmpeg )