summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-02-12 14:56:45 +0100
committerUlrich Müller <ulm@gentoo.org>2021-02-12 16:00:57 +0100
commit642ef6a52fc067ffab97673547b9f13aa7b46d04 (patch)
tree81937f3cbb518fdff78f6b94eaa143692ce715a2 /dev-lisp
parentpackage.mask: several media-plugins/vdr-* pmasked for removal (diff)
downloadgentoo-642ef6a52fc067ffab97673547b9f13aa7b46d04.tar.gz
gentoo-642ef6a52fc067ffab97673547b9f13aa7b46d04.tar.bz2
gentoo-642ef6a52fc067ffab97673547b9f13aa7b46d04.zip
dev-lisp/sbcl: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/19425 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/sbcl/files/concurrency-test-1.5.3.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-lisp/sbcl/files/concurrency-test-1.5.3.patch b/dev-lisp/sbcl/files/concurrency-test-1.5.3.patch
deleted file mode 100644
index 8c2e89fccfc8..000000000000
--- a/dev-lisp/sbcl/files/concurrency-test-1.5.3.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -r -U2 sbcl-1.5.3.orig/contrib/sb-concurrency/tests/test-frlock.lisp sbcl-1.5.3/contrib/sb-concurrency/tests/test-frlock.lisp
---- sbcl-1.5.3.orig/contrib/sb-concurrency/tests/test-frlock.lisp 2019-05-27 22:03:04.000000000 +0200
-+++ sbcl-1.5.3/contrib/sb-concurrency/tests/test-frlock.lisp 2019-06-01 11:41:21.260384857 +0200
-@@ -26,5 +26,5 @@
- (read-count 1000000)
- (outer-read-pause 0) (inner-read-pause 0)
-- (writer-count 10) (write-count (/ 1 *minimum-sleep*))
-+ (writer-count 10) (write-count 5000)
- (outer-write-pause *minimum-sleep*) (inner-write-pause 0))
- (let ((rw (make-frlock))
-@@ -89,5 +89,5 @@
- (deftest* (frlock.1)
- (handler-case
-- (sb-ext:with-timeout 20
-+ (sb-ext:with-timeout 240
- (test-frlocks #+win32 :outer-write-pause #+win32 t ))
- (sb-ext:timeout (c)