Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/netgen/
Date: Mon, 22 Feb 2016 08:38:13
Message-Id: 1456130191.c9bee13d7464e8937ac2afba9f50e436b84c1f08.jlec@gentoo
1 commit: c9bee13d7464e8937ac2afba9f50e436b84c1f08
2 Author: Grégory Salvan <apieum <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 20 20:34:21 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 08:36:31 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c9bee13d
7
8 added required dependencies libX11 and and tk
9
10 sci-mathematics/netgen/netgen-5.3.1.ebuild | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/sci-mathematics/netgen/netgen-5.3.1.ebuild b/sci-mathematics/netgen/netgen-5.3.1.ebuild
14 index adae126..9a1f35c 100644
15 --- a/sci-mathematics/netgen/netgen-5.3.1.ebuild
16 +++ b/sci-mathematics/netgen/netgen-5.3.1.ebuild
17 @@ -18,9 +18,11 @@ KEYWORDS="~amd64 ~x86"
18 IUSE="-ffmpeg jpeg -mpi opencascade"
19
20 DEPEND="
21 + dev-lang/tk
22 dev-tcltk/tix
23 dev-tcltk/togl:1.7
24 virtual/opengl
25 + x11-libs/libX11
26 x11-libs/libXmu
27 opencascade? ( sci-libs/opencascade:* )
28 ffmpeg? ( media-video/ffmpeg )