From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89B81139085 for ; Fri, 6 Jan 2017 15:17:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCC69E0DBA; Fri, 6 Jan 2017 15:17:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8F7BE0DBA for ; Fri, 6 Jan 2017 15:17:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9687D341016 for ; Fri, 6 Jan 2017 15:17:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAE002601 for ; Fri, 6 Jan 2017 15:17:52 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1483715831.24a4b747e224dfdb3ece48f0e8f44aee7768a095.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/octave/octave-4.2.0-r2.ebuild X-VCS-Directories: sci-mathematics/octave/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 24a4b747e224dfdb3ece48f0e8f44aee7768a095 X-VCS-Branch: master Date: Fri, 6 Jan 2017 15:17:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e75c7795-f2cc-471e-a45a-73dfa3e608a3 X-Archives-Hash: 23305fc47c43f72cf59367c19cf874d7 commit: 24a4b747e224dfdb3ece48f0e8f44aee7768a095 Author: David Seifert gentoo org> AuthorDate: Fri Jan 6 15:16:44 2017 +0000 Commit: David Seifert gentoo 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 )