public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvnamer/
Date: Sun,  8 Nov 2015 03:21:22 +0000 (UTC)	[thread overview]
Message-ID: <1446952863.63765301cd961c73be72a377ef60c483f365006f.grknight@gentoo> (raw)

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


             reply	other threads:[~2015-11-08  3:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-08  3:21 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-12-31  9:53 [gentoo-commits] repo/gentoo:master commit in: media-tv/tvnamer/ Ian Whyman
2017-03-31  3:36 Mike Frysinger
2018-06-26 19:04 Pacho Ramos
2018-07-01 15:19 Pacho Ramos
2018-07-02  0:49 Thomas Deutschmann
2018-10-25 18:30 Ian Whyman
2020-02-06  6:38 Michał Górny
2020-05-05 20:58 Mike Frysinger
2020-05-25  6:28 Agostino Sarubbo
2020-05-29  7:42 Agostino Sarubbo
2021-01-01  1:06 Michał Górny
2021-03-03  6:29 Mike Frysinger
2021-05-26  6:49 Agostino Sarubbo
2021-05-26  6:51 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446952863.63765301cd961c73be72a377ef60c483f365006f.grknight@gentoo \
    --to=grknight@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox