summaryrefslogtreecommitdiff
path: root/libre/iceweasel/enable-object-directory-paths.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-25 18:42:39 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-25 19:49:16 +0100
commit8f7b183f7fc7c3a71d9d3375f4f2e00be6efb0ad (patch)
treee6f50ca34633f116d95a63c1c8c0bcb8b0c2f731 /libre/iceweasel/enable-object-directory-paths.patch
parentcd4d7e904b34dece801d4d2df7681f5dce7f4035 (diff)
downloadabslibre-8f7b183f7fc7c3a71d9d3375f4f2e00be6efb0ad.tar.gz
abslibre-8f7b183f7fc7c3a71d9d3375f4f2e00be6efb0ad.tar.bz2
abslibre-8f7b183f7fc7c3a71d9d3375f4f2e00be6efb0ad.zip
libre/iceweasel: updated to 58.0
Diffstat (limited to 'libre/iceweasel/enable-object-directory-paths.patch')
-rw-r--r--libre/iceweasel/enable-object-directory-paths.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/iceweasel/enable-object-directory-paths.patch b/libre/iceweasel/enable-object-directory-paths.patch
deleted file mode 100644
index 7cfbdd326..000000000
--- a/libre/iceweasel/enable-object-directory-paths.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/python/mozbuild/mozbuild/frontend/context.py b/python/mozbuild/mozbuild/frontend/context.py
-index 41ae8ae..dcc3263 100644
---- a/python/mozbuild/mozbuild/frontend/context.py
-+++ b/python/mozbuild/mozbuild/frontend/context.py
-@@ -468,8 +468,6 @@ class Path(ContextDerivedValue, unicode):
- class SourcePath(Path):
- """Like Path, but limited to paths in the source directory."""
- def __init__(self, context, value):
-- if value.startswith('!'):
-- raise ValueError('Object directory paths are not allowed')
- if value.startswith('%'):
- raise ValueError('Filesystem absolute paths are not allowed')
- super(SourcePath, self).__init__(context, value)