diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2011-06-13 22:39:30 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2011-06-13 22:39:30 +0000 |
commit | d6afa5100a405ab9486583c62285e5973d58020b (patch) | |
tree | a4a2a80be291121385bb50fafe4adb6194d21fac /sci-mathematics/octave | |
parent | Added ~mips, bug 342513 (diff) | |
download | gentoo-2-d6afa5100a405ab9486583c62285e5973d58020b.tar.gz gentoo-2-d6afa5100a405ab9486583c62285e5973d58020b.tar.bz2 gentoo-2-d6afa5100a405ab9486583c62285e5973d58020b.zip |
Added missing autotools eclass
(Portage version: 2.1.10.2/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/octave')
-rw-r--r-- | sci-mathematics/octave/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-3.4.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog index 41b59d19768d..f438c48b9af2 100644 --- a/sci-mathematics/octave/ChangeLog +++ b/sci-mathematics/octave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/octave # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.103 2011/06/09 21:58:24 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.104 2011/06/13 22:39:30 bicatali Exp $ + + 13 Jun 2011; Sébastien Fabbro <bicatali@gentoo.org> octave-3.4.0-r1.ebuild: + Added missing autotools eclass *octave-3.4.0-r1 (09 Jun 2011) diff --git a/sci-mathematics/octave/octave-3.4.0-r1.ebuild b/sci-mathematics/octave/octave-3.4.0-r1.ebuild index c82baae44155..c4ab3b100106 100644 --- a/sci-mathematics/octave/octave-3.4.0-r1.ebuild +++ b/sci-mathematics/octave/octave-3.4.0-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.0-r1.ebuild,v 1.1 2011/06/09 21:58:24 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.0-r1.ebuild,v 1.2 2011/06/13 22:39:30 bicatali Exp $ EAPI=4 -inherit eutils base +inherit eutils base autotools DESCRIPTION="High-level interactive language for numerical computations" LICENSE="GPL-3" |