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 C25E41381F3 for ; Mon, 12 Nov 2012 19:54:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F33821C022; Mon, 12 Nov 2012 19:54:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3D4F21C022 for ; Mon, 12 Nov 2012 19:54:22 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01B8933D9E8 for ; Mon, 12 Nov 2012 19:54:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 644D2E5444 for ; Mon, 12 Nov 2012 19:54:20 +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: <1352748846.8ba556f100e564ca3499629f70d11ed61a36d991.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/gmsh/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/gmsh/ChangeLog sci-libs/gmsh/gmsh-2.5.0-r1.ebuild X-VCS-Directories: sci-libs/gmsh/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8ba556f100e564ca3499629f70d11ed61a36d991 X-VCS-Branch: master Date: Mon, 12 Nov 2012 19:54:20 +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: 868b835c-5d63-486f-a55a-de9b51ff606d X-Archives-Hash: f89e9746c675673d185bcd0ad6e7c44b commit: 8ba556f100e564ca3499629f70d11ed61a36d991 Author: Justin Lecher gentoo org> AuthorDate: Mon Nov 12 19:34:06 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 12 19:34:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8ba556f1 sci-libs/gmsh: Add another dep for opengl support Package-Manager: portage-2.2.0_alpha142 --- sci-libs/gmsh/ChangeLog | 3 +++ sci-libs/gmsh/gmsh-2.5.0-r1.ebuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/sci-libs/gmsh/ChangeLog b/sci-libs/gmsh/ChangeLog index e9ff60f..4d587ee 100644 --- a/sci-libs/gmsh/ChangeLog +++ b/sci-libs/gmsh/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 12 Nov 2012; Justin Lecher gmsh-2.5.0-r1.ebuild: + Add another dep for opengl support + + 12 Nov 2012; Justin Lecher gmsh-2.5.0-r1.ebuild: Addmissing dep on virtual/opengl 12 Nov 2012; Justin Lecher gmsh-2.5.0-r1.ebuild, diff --git a/sci-libs/gmsh/gmsh-2.5.0-r1.ebuild b/sci-libs/gmsh/gmsh-2.5.0-r1.ebuild index 54c4b97..8050904 100644 --- a/sci-libs/gmsh/gmsh-2.5.0-r1.ebuild +++ b/sci-libs/gmsh/gmsh-2.5.0-r1.ebuild @@ -21,8 +21,9 @@ RDEPEND=" media-libs/libpng sys-libs/zlib virtual/fortran + virtual/glu virtual/opengl - X? ( x11-libs/fltk:1 ) + X? ( x11-libs/fltk:1[opengl] ) blas? ( virtual/blas virtual/lapack sci-libs/fftw:3.0 ) cgns? ( sci-libs/cgnslib ) jpeg? ( virtual/jpeg )