commit: 24a4b747e224dfdb3ece48f0e8f44aee7768a095
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 6 15:16:44 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jan 6 15:17:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a4b747
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
sci-mathematics/octave/octave-4.2.0-r2.ebuild | 4 ++--
1 file 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 c2a64e2..bf16ec0 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 )