diff options
author | David Seifert <soap@gentoo.org> | 2017-01-06 17:16:44 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-06 17:17:11 +0200 |
commit | 24a4b747e224dfdb3ece48f0e8f44aee7768a095 (patch) | |
tree | f6349b5da513bdc977e71345cb18d38d5359d35b /sci-mathematics/octave | |
parent | dev-python/arrow: Version bump to 0.10.0 (diff) | |
download | gentoo-24a4b747e224dfdb3ece48f0e8f44aee7768a095.tar.gz gentoo-24a4b747e224dfdb3ece48f0e8f44aee7768a095.tar.bz2 gentoo-24a4b747e224dfdb3ece48f0e8f44aee7768a095.zip |
sci-mathematics/octave: Add missing DEPEND on dev-qt/linguist-tools:5
Gentoo-bug: 604418
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-mathematics/octave')
-rw-r--r-- | sci-mathematics/octave/octave-4.2.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/octave/octave-4.2.0-r2.ebuild b/sci-mathematics/octave/octave-4.2.0-r2.ebuild index c2a64e23866a..bf16ec0be42b 100644 --- a/sci-mathematics/octave/octave-4.2.0-r2.ebuild +++ b/sci-mathematics/octave/octave-4.2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -64,8 +64,8 @@ RDEPEND=" sci-libs/cxsparse:0= sci-libs/umfpack:0= ) X? ( x11-libs/libX11:0= )" - DEPEND="${RDEPEND} + gui? ( dev-qt/linguist-tools:5 ) qrupdate? ( app-misc/pax-utils ) sparse? ( app-misc/pax-utils ) java? ( >=virtual/jdk-1.6.0 ) |