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 0A6F61382C5 for ; Sun, 18 Feb 2018 17:23:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B2AAE0D04; Sun, 18 Feb 2018 17:23:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5CD9DE0D04 for ; Sun, 18 Feb 2018 17:23:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5C06B335C2E for ; Sun, 18 Feb 2018 17:23:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B00E1C5 for ; Sun, 18 Feb 2018 17:23:52 +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: <1518974625.b7c8f6e1ff78e93c582ba2ee76a5e3bd18ca8cb0.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-9999.ebuild X-VCS-Directories: net-wireless/gnuradio/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: b7c8f6e1ff78e93c582ba2ee76a5e3bd18ca8cb0 X-VCS-Branch: master Date: Sun, 18 Feb 2018 17:23:52 +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: 76c02398-9ea1-4d0e-a830-5a57245eaf5b X-Archives-Hash: e5c44e904cc4b3e31fa6fccd8c1431c9 commit: b7c8f6e1ff78e93c582ba2ee76a5e3bd18ca8cb0 Author: Zero_Chaos gentoo org> AuthorDate: Sun Feb 18 17:22:04 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Sun Feb 18 17:23:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c8f6e1 net-wireless/gnuradio: 9999 can test successfully Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-wireless/gnuradio/gnuradio-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild index b41d31baa05..32a66381ccf 100644 --- a/net-wireless/gnuradio/gnuradio-9999.ebuild +++ b/net-wireless/gnuradio/gnuradio-9999.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-3" SLOT="0/${PV}" if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="http://gnuradio.org/git/gnuradio.git" + EGIT_REPO_URI="https://gnuradio.org/git/gnuradio.git" inherit git-r3 KEYWORDS="" else @@ -22,8 +22,6 @@ else fi IUSE="+audio +alsa atsc +analog +digital channels doc dtv examples fcd fec +filter grc jack log noaa oss pager performance-counters portaudio +qt4 sdl test trellis uhd vocoder +utils wavelet wxwidgets zeromq" -#tests are entirely broken on newer gcc even with -fpermissive added to *FLAGS -RESTRICT=test REQUIRED_USE="${PYTHON_REQUIRED_USE} audio? ( || ( alsa oss jack portaudio ) )