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 9EAF613832E for ; Wed, 3 Aug 2016 11:42:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A03F21C0A0; Wed, 3 Aug 2016 11:41:57 +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 88DD821C03C for ; Wed, 3 Aug 2016 11:41: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 6B0FB340AF3 for ; Wed, 3 Aug 2016 11:41:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 063EC2451 for ; Wed, 3 Aug 2016 11:41:51 +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: <1470224121.b377de195dbdf55151af73d1bf62b90c8d3fccfb.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/sigrok-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/sigrok-cli/sigrok-cli-9999.ebuild X-VCS-Directories: sci-electronics/sigrok-cli/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: b377de195dbdf55151af73d1bf62b90c8d3fccfb X-VCS-Branch: master Date: Wed, 3 Aug 2016 11:41:51 +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: 80aefd9e-4f88-4c29-b4db-34a8247e9827 X-Archives-Hash: 0296437e9c839490cc34f6cf4285d11a commit: b377de195dbdf55151af73d1bf62b90c8d3fccfb Author: Sven Wegener gentoo org> AuthorDate: Wed Aug 3 11:31:09 2016 +0000 Commit: Sven Wegener gentoo org> CommitDate: Wed Aug 3 11:35:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b377de19 sci-electronics/sigrok-cli: Require python USE flags on libsigrokdecode Package-Manager: portage-2.2.28 Signed-off-by: Sven Wegener gentoo.org> sci-electronics/sigrok-cli/sigrok-cli-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/sigrok-cli/sigrok-cli-9999.ebuild b/sci-electronics/sigrok-cli/sigrok-cli-9999.ebuild index 11a39b8..9bf61d0 100644 --- a/sci-electronics/sigrok-cli/sigrok-cli-9999.ebuild +++ b/sci-electronics/sigrok-cli/sigrok-cli-9999.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=">=dev-libs/glib-2.28.0 >=sci-libs/libsigrok-0.3.0 decode? ( - >=sci-libs/libsigrokdecode-0.3.0 + >=sci-libs/libsigrokdecode-0.3.0[${PYTHON_USEDEP}] ${PYTHON_DEPS} )" DEPEND="${RDEPEND}