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 16BA9138334 for ; Thu, 5 Jul 2018 00:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07B0DE0920; Thu, 5 Jul 2018 00:52:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D26FBE0920 for ; Thu, 5 Jul 2018 00:52:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A3C4335CA6 for ; Thu, 5 Jul 2018 00:52:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5664F349 for ; Thu, 5 Jul 2018 00:52:26 +0000 (UTC) From: "Mark Wright" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mark Wright" Message-ID: <1530751907.bceea257a9486c16aeb98bf04872a73604acccdc.gienah@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.4.0.ebuild X-VCS-Directories: sci-mathematics/octave/ X-VCS-Committer: gienah X-VCS-Committer-Name: Mark Wright X-VCS-Revision: bceea257a9486c16aeb98bf04872a73604acccdc X-VCS-Branch: master Date: Thu, 5 Jul 2018 00:52:26 +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: 044ab3e6-b365-415d-85fe-84b94a73ad38 X-Archives-Hash: 01af13e70403a85b127caeba6111b282 commit: bceea257a9486c16aeb98bf04872a73604acccdc Author: Mark Wright gentoo org> AuthorDate: Thu Jul 5 00:51:47 2018 +0000 Commit: Mark Wright gentoo org> CommitDate: Thu Jul 5 00:51:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bceea257 sci-mathematics/octave: Add missing qt deps Thanks to Jens Saak for reporting. Closes: https://bugs.gentoo.org/660336 Package-Manager: Portage-2.3.41, Repoman-2.3.9 sci-mathematics/octave/octave-4.4.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-mathematics/octave/octave-4.4.0.ebuild b/sci-mathematics/octave/octave-4.4.0.ebuild index 54e929a545b..45ac0d9b327 100644 --- a/sci-mathematics/octave/octave-4.4.0.ebuild +++ b/sci-mathematics/octave/octave-4.4.0.ebuild @@ -30,8 +30,11 @@ RDEPEND=" gui? ( dev-qt/qtcore:5 dev-qt/qtgui:5 + dev-qt/qthelp:5 dev-qt/qtnetwork:5 dev-qt/qtopengl:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwidgets:5 x11-libs/qscintilla:= ) hdf5? ( sci-libs/hdf5:0= )