diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-04-16 15:51:09 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-04-16 15:51:09 +0000 |
commit | e94f47d588f7e1e8e31899a1a54639c5bdad74f4 (patch) | |
tree | 214bdc366ca0720ef8fe147ad05bc27284d45f82 /sci-mathematics/octave | |
parent | Version bump. Fix LICENSE. (diff) | |
download | gentoo-2-e94f47d588f7e1e8e31899a1a54639c5bdad74f4.tar.gz gentoo-2-e94f47d588f7e1e8e31899a1a54639c5bdad74f4.tar.bz2 gentoo-2-e94f47d588f7e1e8e31899a1a54639c5bdad74f4.zip |
remove spqr check, not needed in octave anyway, bug #507782
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-mathematics/octave')
-rw-r--r-- | sci-mathematics/octave/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-3.8.1-r1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog index 3f12da661b68..4c8bd4e2444a 100644 --- a/sci-mathematics/octave/ChangeLog +++ b/sci-mathematics/octave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/octave # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.163 2014/04/15 22:42:34 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.164 2014/04/16 15:51:09 bicatali Exp $ + + 16 Apr 2014; Sébastien Fabbro <bicatali@gentoo.org> octave-3.8.1-r1.ebuild: + remove spqr check, not needed in octave anyway, bug #507782 *octave-3.8.1-r1 (15 Apr 2014) diff --git a/sci-mathematics/octave/octave-3.8.1-r1.ebuild b/sci-mathematics/octave/octave-3.8.1-r1.ebuild index 5f4222767f65..dedbbb76fd05 100644 --- a/sci-mathematics/octave/octave-3.8.1-r1.ebuild +++ b/sci-mathematics/octave/octave-3.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.1-r1.ebuild,v 1.1 2014/04/15 22:42:34 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.1-r1.ebuild,v 1.2 2014/04/16 15:51:09 bicatali Exp $ EAPI=5 @@ -90,7 +90,6 @@ pkg_pretend() { use sparse && libs+=( "${libdir}"/libarpack.so "${libdir}"/libcholmod.so - "${libdir}"/libspqr.so "${libdir}"/libumfpack.so ) for lib in ${libs[@]}; do |