summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-07 15:59:56 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-07 15:59:56 +0100
commite352961e44bd1b04d2e52bb596fbd64b403290e2 (patch)
treed6eb83483cc8eced54720c645350aef9034f011e /dev-python/llfuse/files
parentdev-python/socketpool: Remove redundant versions (diff)
downloadgentoo-e352961e44bd1b04d2e52bb596fbd64b403290e2.tar.gz
gentoo-e352961e44bd1b04d2e52bb596fbd64b403290e2.tar.bz2
gentoo-e352961e44bd1b04d2e52bb596fbd64b403290e2.zip
dev-python/llfuse: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/llfuse/files')
-rw-r--r--dev-python/llfuse/files/llfuse-1.3-cflags.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/llfuse/files/llfuse-1.3-cflags.patch b/dev-python/llfuse/files/llfuse-1.3-cflags.patch
deleted file mode 100644
index 42e4eef82a02..000000000000
--- a/dev-python/llfuse/files/llfuse-1.3-cflags.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Build fails under pypy(3) when enabling these flags.
-
---- llfuse-1.3/setup.py
-+++ llfuse-1.3/setup.py
-@@ -84,12 +84,12 @@
- compile_args.append('-Wno-unused-parameter')
-
- # Value-changing conversions should always be explicit.
-- compile_args.append('-Werror=conversion')
-+ # compile_args.append('-Werror=conversion')
-
- # Note that (i > -1) is false if i is unsigned (-1 will be converted to
- # a large positive value). We certainly don't want to do this by
- # accident.
-- compile_args.append('-Werror=sign-compare')
-+ # compile_args.append('-Werror=sign-compare')
-
- # Enable all fatal warnings only when compiling from Mercurial tip.
- # (otherwise we break forward compatibility because compilation with newer