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 C2986138334 for ; Tue, 26 Jun 2018 14:12:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAAB0E0930; Tue, 26 Jun 2018 14:12:00 +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 8FC1EE0930 for ; Tue, 26 Jun 2018 14:11:59 +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 D83F2335C36 for ; Tue, 26 Jun 2018 14:11:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89F332D8 for ; Tue, 26 Jun 2018 14:11:55 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1530022305.ea6680dfadb267d27e39c5c956a58466bd9ebcc5.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gnuradio/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gnuradio/gnuradio-3.7.13.3.ebuild X-VCS-Directories: net-wireless/gnuradio/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: ea6680dfadb267d27e39c5c956a58466bd9ebcc5 X-VCS-Branch: master Date: Tue, 26 Jun 2018 14:11:55 +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: 7a5e3805-e3d0-4d0c-bec8-384771b1cb07 X-Archives-Hash: 5eab887c0eb25989da2ae6417f3f0f1d commit: ea6680dfadb267d27e39c5c956a58466bd9ebcc5 Author: Zero_Chaos gentoo org> AuthorDate: Tue Jun 26 14:11:45 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Tue Jun 26 14:11:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6680df net-wireless/gnuradio: stop using qt subslots wrong Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-wireless/gnuradio/gnuradio-3.7.13.3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-wireless/gnuradio/gnuradio-3.7.13.3.ebuild b/net-wireless/gnuradio/gnuradio-3.7.13.3.ebuild index bf7cfd98771..469c004b33d 100644 --- a/net-wireless/gnuradio/gnuradio-3.7.13.3.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.7.13.3.ebuild @@ -74,10 +74,10 @@ RDEPEND="${PYTHON_DEPS} ) qt5? ( dev-python/PyQt5[opengl,${PYTHON_USEDEP}] - dev-qt/qtcore:5= - dev-qt/qtgui:5= - x11-libs/qwt:6=[qt5(+)] - dev-qt/qtwidgets:5= + dev-qt/qtcore:5 + dev-qt/qtgui:5 + x11-libs/qwt:6[qt5(+)] + dev-qt/qtwidgets:5 ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.9.6:=[${PYTHON_USEDEP}] )