diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-02-03 10:14:06 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-02-03 10:14:06 +0000 |
commit | 9aa3beee00eb5aee65f2efd91a4209d963e6ff81 (patch) | |
tree | 802f030fd788722efe708bbcec847f6fac8cf602 /sci-mathematics | |
parent | Marked ~x86-macos, drop install_name_tool hack, I managed to fix the issue so... (diff) | |
download | gentoo-2-9aa3beee00eb5aee65f2efd91a4209d963e6ff81.tar.gz gentoo-2-9aa3beee00eb5aee65f2efd91a4209d963e6ff81.tar.bz2 gentoo-2-9aa3beee00eb5aee65f2efd91a4209d963e6ff81.zip |
stable x86, bug 302512
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-3.2.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog index 17e3a88f3c34..c63328793974 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.81 2010/02/01 07:09:46 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.82 2010/02/03 10:14:06 fauli Exp $ + + 03 Feb 2010; Christian Faulhammer <fauli@gentoo.org> + octave-3.2.3-r1.ebuild: + stable x86, bug 302512 *octave-3.2.4 (01 Feb 2010) diff --git a/sci-mathematics/octave/octave-3.2.3-r1.ebuild b/sci-mathematics/octave/octave-3.2.3-r1.ebuild index 6ccbb34b7810..226c793bd786 100644 --- a/sci-mathematics/octave/octave-3.2.3-r1.ebuild +++ b/sci-mathematics/octave/octave-3.2.3-r1.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.3-r1.ebuild,v 1.1 2010/01/12 13:41:48 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.3-r1.ebuild,v 1.2 2010/02/03 10:14:06 fauli Exp $ EAPI="2" inherit flag-o-matic fortran xemacs-elisp-common @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.bz2" SLOT="0" IUSE="emacs readline zlib doc hdf5 curl fftw xemacs sparse" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86" RDEPEND="virtual/lapack dev-libs/libpcre |