From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 693BC1384B4 for ; Sun, 8 Nov 2015 03:21:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FEB0E086D; Sun, 8 Nov 2015 03:21:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80DC5E086D for ; Sun, 8 Nov 2015 03:21:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E2A733F7F8 for ; Sun, 8 Nov 2015 03:21:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC6E31DC for ; Sun, 8 Nov 2015 03:21:21 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1446952619.6f3c1455a6bbb0402230f44786ed37a552b99490.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/multimode/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/multimode/multimode-1.00-r2.ebuild net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild net-wireless/multimode/multimode-9999.ebuild X-VCS-Directories: net-wireless/multimode/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 6f3c1455a6bbb0402230f44786ed37a552b99490 X-VCS-Branch: master Date: Sun, 8 Nov 2015 03:21:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9f863701-5e97-4949-a01a-beeb8c1995d3 X-Archives-Hash: 093d91c92f7bbd5fdca0ea95921a55f2 commit: 6f3c1455a6bbb0402230f44786ed37a552b99490 Author: Brian Evans gentoo org> AuthorDate: Sun Nov 8 03:16:59 2015 +0000 Commit: Brian Evans gentoo 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