diff options
author | Eric Bavier <bavier@cray.com> | 2018-10-02 13:53:13 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2018-10-02 22:34:39 -0500 |
commit | 68faa20e2d4511b43062f8279cc407aee735b275 (patch) | |
tree | 6fac0e63203f0af9440b191199743666f8097b62 /gnu/local.mk | |
parent | 000b540791f082b8a8398dc2ed51fd1526d8357d (diff) | |
download | patches-68faa20e2d4511b43062f8279cc407aee735b275.tar patches-68faa20e2d4511b43062f8279cc407aee735b275.tar.gz |
quilt: Upgrade to 0.65.
* gnu/packages/patches/quilt-test-fix-regex.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/patchutils.scm (quilt)[version]: Upgrade to 0.65.
[source]: Use patch.
[arguments]: Adjust 'patch-tests' phase for new tests. Re-enable "mail"
test.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 244c79d221..b2fda4ac69 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1101,6 +1101,7 @@ dist_patch_DATA = \ %D%/packages/patches/qtscript-disable-tests.patch \ %D%/packages/patches/quagga-reproducible-build.patch \ %D%/packages/patches/quickswitch-fix-dmenu-check.patch \ + %D%/packages/patches/quilt-test-fix-regex.patch \ %D%/packages/patches/qtwebkit-pbutils-include.patch \ %D%/packages/patches/rapicorn-isnan.patch \ %D%/packages/patches/raptor2-heap-overflow.patch \ |