summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-11-07 22:14:00 -0500
committerBrian Evans <grknight@gentoo.org>2015-11-07 22:14:00 -0500
commit66a72bd65420d1e104e7611b0a5ed6b80d73bc02 (patch)
tree035a921035dafe68fc3180249d2893f302e284d8 /net-wireless/rfcat
parentnet-proxy/hatop: Fix syntax error where PYTHON_COMPAT was not an array (diff)
downloadgentoo-66a72bd65420d1e104e7611b0a5ed6b80d73bc02.tar.gz
gentoo-66a72bd65420d1e104e7611b0a5ed6b80d73bc02.tar.bz2
gentoo-66a72bd65420d1e104e7611b0a5ed6b80d73bc02.zip
net-wireless/rfcat: Fix syntax error where PYTHON_COMPAT was not an array
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-wireless/rfcat')
-rw-r--r--net-wireless/rfcat/rfcat-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/rfcat/rfcat-9999.ebuild b/net-wireless/rfcat/rfcat-9999.ebuild
index e3509660948c..af74b6cb3822 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"