summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-11-01 17:19:54 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-11-01 17:19:54 +0000
commitc6691492db899a24a8fe23b94736c4c9ac445f4a (patch)
tree442bc6dfac96133354fee295baee8a2794560c2f /sci-mathematics
parentMake sure ogg.h from system is used and remove USE="ogg" because it's not opt... (diff)
downloadgentoo-2-c6691492db899a24a8fe23b94736c4c9ac445f4a.tar.gz
gentoo-2-c6691492db899a24a8fe23b94736c4c9ac445f4a.tar.bz2
gentoo-2-c6691492db899a24a8fe23b94736c4c9ac445f4a.zip
Force OpenGL, which is needed anyway for all cases
(Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/octave/ChangeLog6
-rw-r--r--sci-mathematics/octave/octave-3.2.4-r3.ebuild10
2 files changed, 10 insertions, 6 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog
index b5f6b5c0f193..8f8d18004989 100644
--- a/sci-mathematics/octave/ChangeLog
+++ b/sci-mathematics/octave/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/octave
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.97 2010/10/03 23:45:04 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.98 2010/11/01 17:19:54 bicatali Exp $
+
+ 01 Nov 2010; Sébastien Fabbro <bicatali@gentoo.org>
+ octave-3.2.4-r3.ebuild:
+ Force OpenGL, which is needed anyway for all cases
*octave-3.2.4-r3 (03 Oct 2010)
diff --git a/sci-mathematics/octave/octave-3.2.4-r3.ebuild b/sci-mathematics/octave/octave-3.2.4-r3.ebuild
index c1920bc59ba8..99f0535f0be9 100644
--- a/sci-mathematics/octave/octave-3.2.4-r3.ebuild
+++ b/sci-mathematics/octave/octave-3.2.4-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r3.ebuild,v 1.1 2010/10/03 23:45:04 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r3.ebuild,v 1.2 2010/11/01 17:19:54 bicatali Exp $
EAPI="2"
inherit flag-o-matic xemacs-elisp-common autotools
@@ -11,22 +11,23 @@ HOMEPAGE="http://www.octave.org/"
SRC_URI="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.bz2"
SLOT="0"
-IUSE="curl doc emacs fltk fftw opengl readline sparse test xemacs zlib"
+IUSE="curl doc emacs fltk fftw readline sparse test xemacs zlib"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="dev-libs/libpcre
media-gfx/graphicsmagick[cxx]
+ media-libs/ftgl
media-libs/qhull
sci-libs/qrupdate
sci-mathematics/glpk
sci-visualization/gnuplot
sys-libs/ncurses
virtual/lapack
+ virtual/opengl
x11-libs/libX11
curl? ( net-misc/curl )
- fltk? ( x11-libs/fltk:1.1[opengl?] )
+ fltk? ( x11-libs/fltk:1.1[opengl] )
fftw? ( sci-libs/fftw:3.0 )
- opengl? ( virtual/opengl media-libs/ftgl )
sparse? ( sci-libs/arpack
sci-libs/camd
sci-libs/ccolamd
@@ -75,7 +76,6 @@ src_configure() {
$(use_with curl) \
$(use_with fftw) \
$(use_with fltk) \
- $(use_with opengl framework-opengl) \
$(use_with sparse arpack) \
$(use_with sparse umfpack) \
$(use_with sparse colamd) \