summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-11-07 22:16:59 -0500
committerBrian Evans <grknight@gentoo.org>2015-11-07 22:16:59 -0500
commit6f3c1455a6bbb0402230f44786ed37a552b99490 (patch)
treef1e771192d6d374759b01b6ce04eee60c04bfd1e /net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild
parentnet-wireless/rfcat: Fix syntax error where PYTHON_COMPAT was not an array (diff)
downloadgentoo-6f3c1455a6bbb0402230f44786ed37a552b99490.tar.gz
gentoo-6f3c1455a6bbb0402230f44786ed37a552b99490.tar.bz2
gentoo-6f3c1455a6bbb0402230f44786ed37a552b99490.zip
net-wireless/multimode: Fix syntax error where PYTHON_COMPAT was not an array
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild')
-rw-r--r--net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild b/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild
index 97a8fbd06b3c..7cf7761b48a2 100644
--- a/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild
+++ b/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT="python2_7"
+PYTHON_COMPAT=( python2_7 )
inherit python-single-r1