diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-01-03 08:13:51 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-01-03 08:13:51 +0000 |
commit | f9eac8d65e3ab2d85c2a1858bb38771d9042e016 (patch) | |
tree | cd8f5a6af3107adfc985b0a5b5596679c612ac13 /sci-mathematics | |
parent | Fix autoconf dep versioning. (diff) | |
download | gentoo-2-f9eac8d65e3ab2d85c2a1858bb38771d9042e016.tar.gz gentoo-2-f9eac8d65e3ab2d85c2a1858bb38771d9042e016.tar.bz2 gentoo-2-f9eac8d65e3ab2d85c2a1858bb38771d9042e016.zip |
stable x86, bug #141446
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave-forge/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-mathematics/octave-forge/ChangeLog b/sci-mathematics/octave-forge/ChangeLog index c5ce3bd8c068..9ab6b8fee3d9 100644 --- a/sci-mathematics/octave-forge/ChangeLog +++ b/sci-mathematics/octave-forge/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/octave-forge -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.19 2006/11/13 04:24:56 metalgod Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.20 2007/01/03 08:13:51 opfer Exp $ + + 03 Jan 2007; Christian Faulhammer <opfer@gentoo.org> + octave-forge-2006.03.17.ebuild: + stable x86, bug #141446 13 Nov 2006; Luis Medinas <metalgod@gentoo.org> octave-forge-2006.03.17.ebuild: diff --git a/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild b/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild index a349024b2028..514a4c93d5cd 100644 --- a/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild +++ b/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild,v 1.5 2006/11/13 04:24:56 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild,v 1.6 2007/01/03 08:13:51 opfer Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://octave.sourceforge.net/" SRC_URI="mirror://sourceforge/octave/${P}.tar.gz" LICENSE="as-is" -KEYWORDS="amd64 ppc ~sparc ~x86" +KEYWORDS="amd64 ppc ~sparc x86" SLOT="0" IUSE="ginac qhull X" |