diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-08-26 13:01:30 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-08-26 13:01:30 +0000 |
commit | 288f5010844646dfe5823d75b85b5e15a549b4c9 (patch) | |
tree | 8026ba95fc5b5300764c59cf3aaf8578f981ade8 /sci-mathematics | |
parent | Marked stable on amd64 as per bug 189781. (diff) | |
download | gentoo-2-288f5010844646dfe5823d75b85b5e15a549b4c9.tar.gz gentoo-2-288f5010844646dfe5823d75b85b5e15a549b4c9.tar.bz2 gentoo-2-288f5010844646dfe5823d75b85b5e15a549b4c9.zip |
properly added portaudio
(Portage version: 2.1.2.12)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/freemat/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/freemat/freemat-3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/freemat/ChangeLog b/sci-mathematics/freemat/ChangeLog index 1d409a04f54f..0d76c5915f94 100644 --- a/sci-mathematics/freemat/ChangeLog +++ b/sci-mathematics/freemat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/freemat # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.3 2007/08/20 16:09:58 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.4 2007/08/26 13:01:30 bicatali Exp $ + + 26 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org> freemat-3.4.ebuild: + portaudio flag properly added *freemat-3.4 (20 Aug 2007) diff --git a/sci-mathematics/freemat/freemat-3.4.ebuild b/sci-mathematics/freemat/freemat-3.4.ebuild index 77a5c835881f..182446444654 100644 --- a/sci-mathematics/freemat/freemat-3.4.ebuild +++ b/sci-mathematics/freemat/freemat-3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.4.ebuild,v 1.1 2007/08/20 16:09:58 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.4.ebuild,v 1.2 2007/08/26 13:01:30 bicatali Exp $ inherit eutils flag-o-matic autotools qt4 @@ -11,7 +11,7 @@ DESCRIPTION="Environment for rapid engineering and scientific prototyping and da HOMEPAGE="http://freemat.sourceforge.net/" SRC_URI="mirror://sourceforge/freemat/${MY_P}.tar.gz" -IUSE="ncurses ffcall fftw umfpack arpack" +IUSE="ncurses ffcall fftw umfpack arpack portaudio" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" |