diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-04 18:45:04 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-04 18:45:04 +0000 |
commit | 334dde3d12c2cff17ab5137397510215ade72023 (patch) | |
tree | 95a06c769d33a744b764d3aefd253e41296906a9 /sci-mathematics/octave | |
parent | Removed old w.r.t. bug #442006 (diff) | |
download | gentoo-2-334dde3d12c2cff17ab5137397510215ade72023.tar.gz gentoo-2-334dde3d12c2cff17ab5137397510215ade72023.tar.bz2 gentoo-2-334dde3d12c2cff17ab5137397510215ade72023.zip |
Added virtual/glu, thanks Niklas Johansson bug #445810
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-mathematics/octave')
-rw-r--r-- | sci-mathematics/octave/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-3.6.3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog index fe5f030884db..8650e087edd1 100644 --- a/sci-mathematics/octave/ChangeLog +++ b/sci-mathematics/octave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/octave # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.131 2012/11/22 19:46:15 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.132 2012/12/04 18:45:04 bicatali Exp $ + + 04 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> octave-3.6.3.ebuild: + Added virtual/glu, thanks Niklas Johansson bug #445810 22 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> +files/octave-3.6.3-legendtext.patch, -files/octave-3.4.3-gets.patch, diff --git a/sci-mathematics/octave/octave-3.6.3.ebuild b/sci-mathematics/octave/octave-3.6.3.ebuild index 1901017511d1..60afd98b5ed5 100644 --- a/sci-mathematics/octave/octave-3.6.3.ebuild +++ b/sci-mathematics/octave/octave-3.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.3.ebuild,v 1.2 2012/11/22 19:46:15 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.3.ebuild,v 1.3 2012/12/04 18:45:04 bicatali Exp $ EAPI=4 @@ -35,7 +35,8 @@ RDEPEND=" opengl? ( media-libs/freetype:2 media-libs/fontconfig - >=x11-libs/fltk-1.3:1[opengl] ) + >=x11-libs/fltk-1.3:1[opengl] + virtual/glu ) qhull? ( media-libs/qhull ) qrupdate? ( sci-libs/qrupdate ) readline? ( sys-libs/readline ) |