From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 829AC1384B4 for ; Sat, 19 Dec 2015 17:15:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CA6321C0C3; Sat, 19 Dec 2015 17:15:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFA3321C096 for ; Sat, 19 Dec 2015 17:15:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD4B633BE2F for ; Sat, 19 Dec 2015 17:15:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33FC9CE9 for ; Sat, 19 Dec 2015 17:15:00 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1450543723.0ec680546e33bae7cc38bb60f30cf674385d03e4.swegener@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: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 0ec680546e33bae7cc38bb60f30cf674385d03e4 X-VCS-Branch: master Date: Sat, 19 Dec 2015 17:15:00 +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: 37071af2-b04d-4902-968b-f3d08ea9b783 X-Archives-Hash: 57fea876f057c304a0bd79781e5001a8 commit: 0ec680546e33bae7cc38bb60f30cf674385d03e4 Author: Sven Wegener gentoo org> AuthorDate: Sun Dec 13 22:15:15 2015 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sat Dec 19 16:48:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec68054 sci-electronics/pulseview: Require libsigrok with cxx bindings Signed-off-by: Sven Wegener gentoo.org> sci-electronics/pulseview/pulseview-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/pulseview/pulseview-9999.ebuild b/sci-electronics/pulseview/pulseview-9999.ebuild index 8b16928..fb77e52 100644 --- a/sci-electronics/pulseview/pulseview-9999.ebuild +++ b/sci-electronics/pulseview/pulseview-9999.ebuild @@ -26,7 +26,7 @@ REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" dev-libs/boost:0= dev-libs/glib:2 - >=sci-libs/libsigrok-0.4.0 + >=sci-libs/libsigrok-0.4.0[cxx] dev-qt/qtgui:4 decode? ( >=sci-libs/libsigrokdecode-0.4.0