Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/
Date: Thu, 02 Feb 2017 11:01:55
Message-Id: 1486033290.8057d1196a8133dddff1304589fbfb85a2cf06c5.soap@gentoo
1 commit: 8057d1196a8133dddff1304589fbfb85a2cf06c5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 11:01:02 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 11:01:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8057d119
7
8 sci-mathematics/octave: Add missing DEPEND on dev-texlive/texlive-fontsrecommended
9
10 Gentoo-bug: 591818
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 sci-mathematics/octave/octave-4.2.0-r3.ebuild | 13 +++++++++----
15 1 file changed, 9 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-mathematics/octave/octave-4.2.0-r3.ebuild b/sci-mathematics/octave/octave-4.2.0-r3.ebuild
18 index 5deb837..32bcf4c 100644
19 --- a/sci-mathematics/octave/octave-4.2.0-r3.ebuild
20 +++ b/sci-mathematics/octave/octave-4.2.0-r3.ebuild
21 @@ -38,13 +38,15 @@ RDEPEND="
22 media-libs/fontconfig:1.0=
23 >=x11-libs/fltk-1.3:1=[opengl,xft]
24 x11-libs/gl2ps:0=
25 - virtual/glu )
26 + virtual/glu
27 + )
28 openssl? ( dev-libs/openssl:0= )
29 portaudio? ( media-libs/portaudio )
30 postscript? (
31 app-text/epstool
32 media-gfx/pstoedit
33 - media-gfx/transfig )
34 + media-gfx/transfig
35 + )
36 qhull? ( media-libs/qhull:0= )
37 qrupdate? ( sci-libs/qrupdate:0= )
38 gui? (
39 @@ -63,7 +65,8 @@ RDEPEND="
40 sci-libs/cholmod:0=
41 sci-libs/colamd:0=
42 sci-libs/cxsparse:0=
43 - sci-libs/umfpack:0= )
44 + sci-libs/umfpack:0=
45 + )
46 X? ( x11-libs/libX11:0= )"
47 DEPEND="${RDEPEND}
48 gui? ( dev-qt/linguist-tools:5 )
49 @@ -72,8 +75,10 @@ DEPEND="${RDEPEND}
50 java? ( >=virtual/jdk-1.6.0 )
51 doc? (
52 virtual/latex-base
53 + dev-texlive/texlive-fontsrecommended
54 dev-texlive/texlive-genericrecommended
55 - dev-texlive/texlive-metapost )
56 + dev-texlive/texlive-metapost
57 + )
58 sys-apps/texinfo
59 dev-util/gperf
60 virtual/pkgconfig"