diff options
author | 2013-05-22 04:27:11 +0000 | |
---|---|---|
committer | 2013-05-22 04:27:11 +0000 | |
commit | 0c1dd91106fe006ed14e6fdad4953692f8d4b2e6 (patch) | |
tree | 84ae8e716d392bab3f79e7e201c84488dc42c345 /sci-mathematics/octave/octave-3.6.4.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-0c1dd91106fe006ed14e6fdad4953692f8d4b2e6.tar.gz gentoo-2-0c1dd91106fe006ed14e6fdad4953692f8d4b2e6.tar.bz2 gentoo-2-0c1dd91106fe006ed14e6fdad4953692f8d4b2e6.zip |
Fixed texinfo build thanks Denis Duchier (bug #465536)
(Portage version: 2.2.01.21938-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-mathematics/octave/octave-3.6.4.ebuild')
-rw-r--r-- | sci-mathematics/octave/octave-3.6.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-mathematics/octave/octave-3.6.4.ebuild b/sci-mathematics/octave/octave-3.6.4.ebuild index 2eca7b243833..7759c25fd2b8 100644 --- a/sci-mathematics/octave/octave-3.6.4.ebuild +++ b/sci-mathematics/octave/octave-3.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.4.ebuild,v 1.1 2013/02/25 04:34:51 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.4.ebuild,v 1.2 2013/05/22 04:27:11 bicatali Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="GPL-3" HOMEPAGE="http://www.octave.org/" SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" -SLOT="0" +SLOT="0/${PV}" IUSE="curl doc fftw +glpk gnuplot hdf5 +imagemagick opengl postscript +qhull +qrupdate readline +sparse static-libs X zlib" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" @@ -66,6 +66,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${PN}-3.4.3-{pkgbuilddir,texi}.patch "${FILESDIR}"/${PN}-3.6.3-legendtext.patch + "${FILESDIR}"/${PN}-3.6.4-texinfo.patch ) src_prepare() { |