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 1E5631384B4 for ; Sun, 8 Nov 2015 03:21:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0A6B21C001; Sun, 8 Nov 2015 03:21:27 +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 2F045E0878 for ; Sun, 8 Nov 2015 03:21:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E14E340634 for ; Sun, 8 Nov 2015 03:21:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F5321E0 for ; Sun, 8 Nov 2015 03:21:22 +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: <1446952863.63765301cd961c73be72a377ef60c483f365006f.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvnamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/tvnamer/tvnamer-2.3.ebuild X-VCS-Directories: media-tv/tvnamer/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 63765301cd961c73be72a377ef60c483f365006f X-VCS-Branch: master Date: Sun, 8 Nov 2015 03:21:22 +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: 90520015-a8a1-4d06-81bc-8bef291eb38d X-Archives-Hash: 3f2739777ae15be75f7242c87136b2ab commit: 63765301cd961c73be72a377ef60c483f365006f Author: Brian Evans gentoo org> AuthorDate: Sun Nov 8 03:21:03 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Sun Nov 8 03:21:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63765301 media-tv/tvnamer: Fix syntax error where PYTHON_COMPAT was not an array Package-Manager: portage-2.2.20.1 media-tv/tvnamer/tvnamer-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-tv/tvnamer/tvnamer-2.3.ebuild b/media-tv/tvnamer/tvnamer-2.3.ebuild index e294084..959e593 100644 --- a/media-tv/tvnamer/tvnamer-2.3.ebuild +++ b/media-tv/tvnamer/tvnamer-2.3.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT="python2_7" +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Automatic TV episode file renamer, data from thetvdb.com"