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 A9E6C138334 for ; Wed, 5 Sep 2018 17:42:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F2B5E07D4; Wed, 5 Sep 2018 17:42:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 55CADE07D4 for ; Wed, 5 Sep 2018 17:42:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 12A93335C7D for ; Wed, 5 Sep 2018 17:42:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 308603BE for ; Wed, 5 Sep 2018 17:42:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1536169341.6ecbac744f236426308e25eca7fb7207a9a766f2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/kst/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/kst/kst-2.0.8.ebuild X-VCS-Directories: sci-visualization/kst/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6ecbac744f236426308e25eca7fb7207a9a766f2 X-VCS-Branch: master Date: Wed, 5 Sep 2018 17:42:34 +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: 2d26a308-9b1c-4570-b9ca-0a4aa23f3db1 X-Archives-Hash: 742ddeacd058fd66b35dd3c6e8de847b commit: 6ecbac744f236426308e25eca7fb7207a9a766f2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 5 17:41:58 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 5 17:42:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ecbac74 sci-visualization/kst: Add missing DEPEND Closes: https://bugs.gentoo.org/664798 Package-Manager: Portage-2.3.49, Repoman-2.3.10 sci-visualization/kst/kst-2.0.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-visualization/kst/kst-2.0.8.ebuild b/sci-visualization/kst/kst-2.0.8.ebuild index 6f068a906ed..d5cfd61e367 100644 --- a/sci-visualization/kst/kst-2.0.8.ebuild +++ b/sci-visualization/kst/kst-2.0.8.ebuild @@ -34,6 +34,7 @@ RDEPEND=" sci-libs/netcdf-cxx:3 " DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 test? ( dev-qt/qttest:5 ) "