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 8686B139694 for ; Sat, 8 Jul 2017 01:35:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBDAC23403E; Sat, 8 Jul 2017 01:35:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 987CD23403E for ; Sat, 8 Jul 2017 01:35:09 +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 1CCAA3417D0 for ; Sat, 8 Jul 2017 01:35:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF5DD7491 for ; Sat, 8 Jul 2017 01:35:05 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1499477678.4ffd29147d977145659abdaf91e0eaf3a2549093.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gr-fosphor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild X-VCS-Directories: net-analyzer/gr-fosphor/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 4ffd29147d977145659abdaf91e0eaf3a2549093 X-VCS-Branch: master Date: Sat, 8 Jul 2017 01:35:05 +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: df12e12e-861c-4f46-b221-575baa3b0e64 X-Archives-Hash: 9b8360c8d3eca7aec05fb8bd14b996c3 commit: 4ffd29147d977145659abdaf91e0eaf3a2549093 Author: Jason A. Donenfeld gentoo org> AuthorDate: Sat Jul 8 01:33:04 2017 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Sat Jul 8 01:34:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ffd2914 net-analyzer/gr-fosphor: no wxwidgets Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild index 5104e42843b..e31c44e5a78 100644 --- a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild +++ b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,14 +23,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" LICENSE="GPL-3+" SLOT="0" -IUSE="+glfw qt4 wxwidgets" +IUSE="+glfw qt4" RDEPEND="qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 ) - >=net-wireless/gnuradio-3.7_rc:0=[qt4?,wxwidgets?,${PYTHON_USEDEP}] + >=net-wireless/gnuradio-3.7_rc:0=[qt4?,${PYTHON_USEDEP}] media-libs/freetype dev-libs/boost:= glfw? ( >=media-libs/glfw-3 ) @@ -54,8 +54,8 @@ src_configure() { local mycmakeargs=" $(cmake-utils_use_enable glfw GLFW) $(cmake-utils_use_enable qt4 QT) - $(cmake-utils_use_enable wxwidgets WX) -DENABLE_PYTHON=ON + -DENABLE_WX=OFF " cmake-utils_src_configure }