diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-02-06 00:00:14 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-02-06 00:00:14 +0000 |
commit | cb0621b436cdbb8113822daa8b6651b5a1c477e8 (patch) | |
tree | a59b6753f5c434d54c8c797871adb7ef38b06d59 /sci-mathematics | |
parent | Revbump to add preserve old lib support and remove old. (diff) | |
download | gentoo-2-cb0621b436cdbb8113822daa8b6651b5a1c477e8.tar.gz gentoo-2-cb0621b436cdbb8113822daa8b6651b5a1c477e8.tar.bz2 gentoo-2-cb0621b436cdbb8113822daa8b6651b5a1c477e8.zip |
Added readline dependency
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-3.4.3-r1.ebuild | 3 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-3.6.0.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog index 63063f92424f..40eefcc3e5ef 100644 --- a/sci-mathematics/octave/ChangeLog +++ b/sci-mathematics/octave/ChangeLog @@ -1,6 +1,10 @@ # 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.115 2012/01/31 18:01:08 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.116 2012/02/06 00:00:14 bicatali Exp $ + + 05 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org> octave-3.4.3-r1.ebuild, + octave-3.6.0.ebuild: + Added readline dependency 31 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> octave-3.4.3-r1.ebuild, +files/octave-3.4.3-texi.patch, octave-3.6.0.ebuild: diff --git a/sci-mathematics/octave/octave-3.4.3-r1.ebuild b/sci-mathematics/octave/octave-3.4.3-r1.ebuild index 90045ac1d945..926413da7d5f 100644 --- a/sci-mathematics/octave/octave-3.4.3-r1.ebuild +++ b/sci-mathematics/octave/octave-3.4.3-r1.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.4.3-r1.ebuild,v 1.5 2012/01/31 18:01:08 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.6 2012/02/06 00:00:14 bicatali Exp $ EAPI=4 inherit eutils base autotools toolchain-funcs @@ -31,6 +31,7 @@ RDEPEND="dev-libs/libpcre >=x11-libs/fltk-1.3:1[opengl] ) qhull? ( media-libs/qhull ) qrupdate? ( sci-libs/qrupdate ) + readline? ( sys-libs/readline ) sparse? ( sci-libs/camd sci-libs/ccolamd diff --git a/sci-mathematics/octave/octave-3.6.0.ebuild b/sci-mathematics/octave/octave-3.6.0.ebuild index d264045067ac..aa33c4c44354 100644 --- a/sci-mathematics/octave/octave-3.6.0.ebuild +++ b/sci-mathematics/octave/octave-3.6.0.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.0.ebuild,v 1.3 2012/01/31 18:01:08 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.0.ebuild,v 1.4 2012/02/06 00:00:14 bicatali Exp $ EAPI=4 @@ -33,6 +33,7 @@ RDEPEND="dev-libs/libpcre >=x11-libs/fltk-1.3:1[opengl] ) qhull? ( media-libs/qhull ) qrupdate? ( sci-libs/qrupdate ) + readline? ( sys-libs/readline ) sparse? ( sci-libs/arpack sci-libs/camd |