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 468EA138334 for ; Tue, 5 Jun 2018 17:27:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A227E0A92; Tue, 5 Jun 2018 17:27:21 +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 70FD0E0A8D for ; Tue, 5 Jun 2018 17:27:21 +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 88048335C97 for ; Tue, 5 Jun 2018 17:27:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 816232CA for ; Tue, 5 Jun 2018 17:27:17 +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: <1528219613.b75fa19df920e77cdff10c174347de5d33ead6fc.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.6.5.1-r2.ebuild X-VCS-Directories: net-wireless/gnuradio/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: b75fa19df920e77cdff10c174347de5d33ead6fc X-VCS-Branch: master Date: Tue, 5 Jun 2018 17:27:17 +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: ffa12587-1e50-40d6-8f8e-e2941880943d X-Archives-Hash: 2c68d23ef6c6e08fed18829153e0e11e commit: b75fa19df920e77cdff10c174347de5d33ead6fc Author: Marty E. Plummer startmail com> AuthorDate: Fri Jun 1 14:41:35 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Tue Jun 5 17:26:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75fa19d net-wireless/gnuradio: git-2->git-r3 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-wireless/gnuradio/gnuradio-3.6.5.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/gnuradio/gnuradio-3.6.5.1-r2.ebuild b/net-wireless/gnuradio/gnuradio-3.6.5.1-r2.ebuild index 2147baf1dab..8cf324114b5 100644 --- a/net-wireless/gnuradio/gnuradio-3.6.5.1-r2.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.6.5.1-r2.ebuild @@ -13,7 +13,7 @@ SLOT="0/${PV}" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="http://gnuradio.org/git/gnuradio.git" - inherit git-2 + inherit git-r3 KEYWORDS="" else SRC_URI="http://gnuradio.org/releases/${PN}/${P}.tar.gz"