From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- media-libs/lv2/files/lv2-1.16.0-python3.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 media-libs/lv2/files/lv2-1.16.0-python3.patch (limited to 'media-libs/lv2/files') diff --git a/media-libs/lv2/files/lv2-1.16.0-python3.patch b/media-libs/lv2/files/lv2-1.16.0-python3.patch deleted file mode 100644 index 330fc4cfcac7..000000000000 --- a/media-libs/lv2/files/lv2-1.16.0-python3.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py -index ddd0ba5..224ace8 100755 ---- a/lv2specgen/lv2specgen.py -+++ b/lv2specgen/lv2specgen.py -@@ -329,7 +329,7 @@ def getComment(m, urinode, classlist, proplist, instalist): - if have_lxml: - try: - # Parse and validate documentation as XHTML Basic 1.1 -- doc = """ -+ doc = """ - - -@@ -340,7 +340,7 @@ def getComment(m, urinode, classlist, proplist, instalist): - %s - - --""" % str(markup.decode()) -+""" % str(markup) - - oldcwd = os.getcwd() - os.chdir(specgendir) -- cgit v1.2.3