commit: 66a72bd65420d1e104e7611b0a5ed6b80d73bc02 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Sun Nov 8 03:14:00 2015 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> 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"
