diff options
author | Brian Evans <grknight@gentoo.org> | 2015-11-07 22:14:00 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-11-07 22:14:00 -0500 |
commit | 66a72bd65420d1e104e7611b0a5ed6b80d73bc02 (patch) | |
tree | 035a921035dafe68fc3180249d2893f302e284d8 /net-wireless | |
parent | net-proxy/hatop: Fix syntax error where PYTHON_COMPAT was not an array (diff) | |
download | gentoo-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')
-rw-r--r-- | net-wireless/rfcat/rfcat-9999.ebuild | 4 |
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" |