From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 24EAE1388C0 for ; Mon, 22 Feb 2016 08:38:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A3B021C006; Mon, 22 Feb 2016 08:38:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 854B821C006 for ; Mon, 22 Feb 2016 08:38:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA55A340B35 for ; Mon, 22 Feb 2016 08:38:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D78461AE8 for ; Mon, 22 Feb 2016 08:38:07 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1456130191.c9bee13d7464e8937ac2afba9f50e436b84c1f08.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/netgen/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/netgen/netgen-5.3.1.ebuild X-VCS-Directories: sci-mathematics/netgen/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c9bee13d7464e8937ac2afba9f50e436b84c1f08 X-VCS-Branch: master Date: Mon, 22 Feb 2016 08:38:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f1ccfb73-5eee-4ade-b5a6-eef4ac6af28c X-Archives-Hash: e1c5dc79856a2b598278822f4890e8a4 commit: c9bee13d7464e8937ac2afba9f50e436b84c1f08 Author: Grégory Salvan gmail com> AuthorDate: Sat Feb 20 20:34:21 2016 +0000 Commit: Justin Lecher gentoo 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 )