diff options
author | Markus Dittrich <markusle@gentoo.org> | 2009-11-24 13:52:00 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2009-11-24 13:52:00 +0000 |
commit | ae6c8dfff0f0366a64460f8680e3143d49c18142 (patch) | |
tree | 151e450fbeddb4bbe5c09ffb8349a9df7a7b4c46 /sci-libs | |
parent | Fixed RDEPEND to try to address bug #288887; changed DOCS to reduce redundanc... (diff) | |
download | gentoo-2-ae6c8dfff0f0366a64460f8680e3143d49c18142.tar.gz gentoo-2-ae6c8dfff0f0366a64460f8680e3143d49c18142.tar.bz2 gentoo-2-ae6c8dfff0f0366a64460f8680e3143d49c18142.zip |
Added missing configure switch for octave use flag.
(Portage version: 2.1.7.6/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/nlopt/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/nlopt/nlopt-1.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/nlopt/ChangeLog b/sci-libs/nlopt/ChangeLog index 70da538ce229..982a80ce9fb8 100644 --- a/sci-libs/nlopt/ChangeLog +++ b/sci-libs/nlopt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/nlopt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.2 2009/11/20 22:12:29 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.3 2009/11/24 13:52:00 markusle Exp $ + + 24 Nov 2009; Markus Dittrich <markusle@gentoo.org> nlopt-1.2.ebuild: + Added missing configure switch for octave use flag. *nlopt-1.2 (20 Nov 2009) diff --git a/sci-libs/nlopt/nlopt-1.2.ebuild b/sci-libs/nlopt/nlopt-1.2.ebuild index ae1673e9df99..7c5638148643 100644 --- a/sci-libs/nlopt/nlopt-1.2.ebuild +++ b/sci-libs/nlopt/nlopt-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-1.2.ebuild,v 1.1 2009/11/20 22:12:29 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-1.2.ebuild,v 1.2 2009/11/24 13:52:00 markusle Exp $ EAPI=2 inherit eutils @@ -27,7 +27,8 @@ src_configure() { fi econf \ --enable-shared \ - $(use_with cxx) + $(use_with cxx) \ + $(use_with octave) } src_install() { |