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 06599138359 for ; Mon, 6 Jul 2020 18:16:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6771E094A; Mon, 6 Jul 2020 18:16:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A096CE0948 for ; Mon, 6 Jul 2020 18:16:07 +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 B2FE034F0EB for ; Mon, 6 Jul 2020 18:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE5662DC for ; Mon, 6 Jul 2020 18:16:02 +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: <1594059326.fce6dea948a85dbe72140556fd9d36041f9ac492.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pulseview/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/pulseview/pulseview-9999.ebuild X-VCS-Directories: sci-electronics/pulseview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fce6dea948a85dbe72140556fd9d36041f9ac492 X-VCS-Branch: master Date: Mon, 6 Jul 2020 18:16:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ab8f14d-47ff-4aaa-b6be-8168937e0fc5 X-Archives-Hash: 857a2a4a6319815ff9329e70d82ae35f commit: fce6dea948a85dbe72140556fd9d36041f9ac492 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 2 23:20:30 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 6 18:15:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce6dea9 sci-electronics/pulseview: Add missing dev-qt/linguist-tools:5 DEPEND Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-electronics/pulseview/pulseview-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-electronics/pulseview/pulseview-9999.ebuild b/sci-electronics/pulseview/pulseview-9999.ebuild index 58e35968ffd..8dafbb233d4 100644 --- a/sci-electronics/pulseview/pulseview-9999.ebuild +++ b/sci-electronics/pulseview/pulseview-9999.ebuild @@ -24,9 +24,10 @@ IUSE="+decode static" REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} )" BDEPEND=" + dev-qt/linguist-tools:5 virtual/pkgconfig " -DEPEND=" +RDEPEND=" >=dev-cpp/glibmm-2.28.0:2 >=dev-libs/boost-1.55:= >=dev-libs/glib-2.28.0:2 @@ -40,7 +41,7 @@ DEPEND=" >=sci-libs/libsigrokdecode-0.6.0:=[${PYTHON_SINGLE_USEDEP}] ) " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND}" DOCS=( HACKING NEWS README )