summaryrefslogtreecommitdiff
path: root/net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch')
-rw-r--r--net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch b/net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch
deleted file mode 100644
index 0713a029c37f..000000000000
--- a/net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/pytvshows.bug 2014-06-19 18:49:42.414928250 +0100
-+++ b/pytvshows 2014-06-19 18:49:50.534957323 +0100
-@@ -255,7 +255,7 @@
- self.show_type = 'seasonepisode'
- elif date_match:
- self.show_type = 'date'
-- elif titlematch and titlematch.group(1) != 'n/a':
-+ elif title_match and title_match.group(1) != 'n/a':
- self.show_type = 'time'
- else:
- print >> warn, "Could not determine show type for %s." % self