summaryrefslogtreecommitdiff
path: root/libre-testing/iceweasel/enable-object-directory-paths.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-26 06:35:00 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-26 06:35:00 -0300
commitdd553843f2683dd69c0ead6ffa29ace002345f18 (patch)
treed9bd045b34dbaae76f0103fc3c302c7f572f0f47 /libre-testing/iceweasel/enable-object-directory-paths.patch
parentf82e399be5714bc4f690e361a1068077fd6a48a3 (diff)
downloadabslibre-dd553843f2683dd69c0ead6ffa29ace002345f18.tar.gz
abslibre-dd553843f2683dd69c0ead6ffa29ace002345f18.tar.bz2
abslibre-dd553843f2683dd69c0ead6ffa29ace002345f18.zip
iceweasel-1:49.0.deb3-1: updating version
Diffstat (limited to 'libre-testing/iceweasel/enable-object-directory-paths.patch')
-rw-r--r--libre-testing/iceweasel/enable-object-directory-paths.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre-testing/iceweasel/enable-object-directory-paths.patch b/libre-testing/iceweasel/enable-object-directory-paths.patch
deleted file mode 100644
index bc938c66e..000000000
--- a/libre-testing/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
-@@ -408,8 +408,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)