From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 534931388C1 for ; Sun, 8 Nov 2015 03:21:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F731E085C; Sun, 8 Nov 2015 03:21:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6488AE085C for ; Sun, 8 Nov 2015 03:21:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 231EF340634 for ; Sun, 8 Nov 2015 03:21:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB3A51DB for ; Sun, 8 Nov 2015 03:21:21 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1446952440.66a72bd65420d1e104e7611b0a5ed6b80d73bc02.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/rfcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/rfcat/rfcat-9999.ebuild X-VCS-Directories: net-wireless/rfcat/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 66a72bd65420d1e104e7611b0a5ed6b80d73bc02 X-VCS-Branch: master Date: Sun, 8 Nov 2015 03:21:21 +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: a607b7e0-78ff-49b2-98c2-408612dbdf71 X-Archives-Hash: 61bbace08497bc20ff4bd4268009a816 commit: 66a72bd65420d1e104e7611b0a5ed6b80d73bc02 Author: Brian Evans gentoo org> AuthorDate: Sun Nov 8 03:14:00 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Sun Nov 8 03:14:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a72bd6 net-wireless/rfcat: Fix syntax error where PYTHON_COMPAT was not an array Package-Manager: portage-2.2.20.1 net-wireless/rfcat/rfcat-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/rfcat/rfcat-9999.ebuild b/net-wireless/rfcat/rfcat-9999.ebuild index e350966..af74b6c 100644 --- a/net-wireless/rfcat/rfcat-9999.ebuild +++ b/net-wireless/rfcat/rfcat-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 -PYTHON_COMPAT="python2_7" +PYTHON_COMPAT=( python2_7 ) inherit mercurial distutils-r1 DESCRIPTION="The swiss army knife of subGHz"