commit: 6f3c1455a6bbb0402230f44786ed37a552b99490 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Sun Nov 8 03:16:59 2015 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Sun Nov 8 03:16:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3c1455
net-wireless/multimode: Fix syntax error where PYTHON_COMPAT was not an array Package-Manager: portage-2.2.20.1 net-wireless/multimode/multimode-1.00-r2.ebuild | 4 ++-- net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild | 4 ++-- net-wireless/multimode/multimode-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-wireless/multimode/multimode-1.00-r2.ebuild b/net-wireless/multimode/multimode-1.00-r2.ebuild index 13df49f..3070694 100644 --- a/net-wireless/multimode/multimode-1.00-r2.ebuild +++ b/net-wireless/multimode/multimode-1.00-r2.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 diff --git a/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild b/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild index 97a8fbd..7cf7761 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 diff --git a/net-wireless/multimode/multimode-9999.ebuild b/net-wireless/multimode/multimode-9999.ebuild index 26b61e0..61c42ca 100644 --- a/net-wireless/multimode/multimode-9999.ebuild +++ b/net-wireless/multimode/multimode-9999.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
