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 1E85D139694 for ; Mon, 20 Feb 2017 18:19:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CFBAE0CD5; Mon, 20 Feb 2017 18:19:55 +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 2C10DE0CD5 for ; Mon, 20 Feb 2017 18:19:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A128340C9D for ; Mon, 20 Feb 2017 18:19:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95D2B4EA8 for ; Mon, 20 Feb 2017 18:19:51 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1487614779.f646f2595ba32c1acb68cd7e1d96bc20bc0e1f44.floppym@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: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f646f2595ba32c1acb68cd7e1d96bc20bc0e1f44 X-VCS-Branch: master Date: Mon, 20 Feb 2017 18:19:51 +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: db6aedfd-0d68-4df7-aaab-0442f7502676 X-Archives-Hash: 9d9c2f94d416ba24a036173ce8883d08 commit: f646f2595ba32c1acb68cd7e1d96bc20bc0e1f44 Author: Mike Gilbert gentoo org> AuthorDate: Mon Feb 20 18:19:39 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Feb 20 18:19:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f646f259 net-wireless/gr-air-modes: set PYTHON_COMPAT Package-Manager: Portage-2.3.3_p56, Repoman-2.3.1_p49 net-wireless/gr-air-modes/gr-air-modes-9999.ebuild | 1 + 1 file changed, 1 insertion(+) 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 6b9482d54e..e8627718c7 100644 --- a/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild +++ b/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild @@ -3,6 +3,7 @@ # $Header: $ EAPI=5 +PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 cmake-utils git-2 DESCRIPTION="This module implements a complete Mode S and ADS-B receiver for Gnuradio"