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 B6A7E138334 for ; Tue, 5 Jun 2018 17:27:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B2FFE0A88; 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 3668FE0A88 for ; Tue, 5 Jun 2018 17:27:21 +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 608B8335C90 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 944E42CB 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: <1528219616.32c3035ba46f46c521acef4e184d9649150de921.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-air-modes/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-air-modes/gr-air-modes-9999.ebuild X-VCS-Directories: net-wireless/gr-air-modes/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 32c3035ba46f46c521acef4e184d9649150de921 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: 176b270a-ee7b-4b52-9ef9-2c6843bdacfb X-Archives-Hash: c16c1acc9c8b4d2eaa40f93cfab6175b commit: 32c3035ba46f46c521acef4e184d9649150de921 Author: Marty E. Plummer startmail com> AuthorDate: Fri Jun 1 14:42:47 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Tue Jun 5 17:26:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c3035b net-wireless/gr-air-modes: git-2->git-r3 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-wireless/gr-air-modes/gr-air-modes-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild b/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild index 355f3c208e6..fe5fbccf440 100644 --- a/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild +++ b/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild @@ -3,7 +3,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit python-single-r1 cmake-utils git-2 +inherit python-single-r1 cmake-utils git-r3 DESCRIPTION="This module implements a complete Mode S and ADS-B receiver for Gnuradio" HOMEPAGE="https://www.cgran.org/wiki/gr-air-modes"