summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-12-11 11:46:03 +0100
committerLars Wendler <polynomial-c@gentoo.org>2018-12-11 11:50:15 +0100
commit0a2192f82e4497189a38da4f6cc2729d405cda82 (patch)
tree52088c25242006dd21ed33edc0087bc64070ed99 /dev-vcs/mercurial/files
parentdev-libs/nss: Removed old. (diff)
downloadgentoo-0a2192f82e4497189a38da4f6cc2729d405cda82.tar.gz
gentoo-0a2192f82e4497189a38da4f6cc2729d405cda82.tar.bz2
gentoo-0a2192f82e4497189a38da4f6cc2729d405cda82.zip
dev-vcs/mercurial: Bump to version 4.8.1
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-vcs/mercurial/files')
-rw-r--r--dev-vcs/mercurial/files/mercurial-4.8.1-unbundle_zstd.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-vcs/mercurial/files/mercurial-4.8.1-unbundle_zstd.patch b/dev-vcs/mercurial/files/mercurial-4.8.1-unbundle_zstd.patch
new file mode 100644
index 000000000000..075645b28457
--- /dev/null
+++ b/dev-vcs/mercurial/files/mercurial-4.8.1-unbundle_zstd.patch
@@ -0,0 +1,15 @@
+--- mercurial-4.8.1/setup.py
++++ mercurial-4.8.1/setup.py
+@@ -983,12 +983,6 @@
+ ['hgext/fsmonitor/pywatchman/bser.c']),
+ ]
+
+-sys.path.insert(0, 'contrib/python-zstandard')
+-import setup_zstd
+-extmodules.append(setup_zstd.get_c_extension(
+- name='mercurial.zstd',
+- root=os.path.abspath(os.path.dirname(__file__))))
+-
+ try:
+ from distutils import cygwinccompiler
+