summaryrefslogtreecommitdiff
path: root/app-text/calibre/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-24 22:37:36 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-24 22:37:36 +0000
commit6d6af4d900ce1eac4475ff4125a400acbbef3f22 (patch)
treea92271f0b1f5e3ea840610695338d0356a484c47 /app-text/calibre/files
parentfaddeff65d652bda3291eba255955adb17f1aa19 (diff)
gentoo auto-resync : 24:11:2023 - 22:37:36
Diffstat (limited to 'app-text/calibre/files')
-rw-r--r--app-text/calibre/files/calibre-5.31.0-qt-image-test.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/app-text/calibre/files/calibre-5.31.0-qt-image-test.patch b/app-text/calibre/files/calibre-5.31.0-qt-image-test.patch
deleted file mode 100644
index cfecd4c2a5ca..000000000000
--- a/app-text/calibre/files/calibre-5.31.0-qt-image-test.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/calibre/test_build.py
-+++ b/src/calibre/test_build.py
-@@ -306,7 +306,6 @@ class BuildTest(unittest.TestCase):
- # then it is a distro problem.
- fmts = set(map(lambda x: x.data().decode('utf-8'), QImageReader.supportedImageFormats())) # no2to3
- testf = {'jpg', 'png', 'svg', 'ico', 'gif', 'webp'}
-- self.assertEqual(testf.intersection(fmts), testf, "Qt doesn't seem to be able to load some of its image plugins. Available plugins: %s" % fmts)
- data = P('images/blank.png', allow_user_override=False, data=True)
- img = image_from_data(data)
- image_from_data(P('catalog/mastheadImage.gif', allow_user_override=False, data=True))