diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-05 19:02:34 +0200 |
---|---|---|
committer | Amy Winston <amynka@gentoo.org> | 2016-09-08 17:13:02 +0200 |
commit | e586280208f48566aad9542d31b5af6174f78862 (patch) | |
tree | 47cb2094eb7ad58137aa4bdb7af9662644be3fe7 /dev-lisp | |
parent | dev-libs/g-wrap: remove unused patches (diff) | |
download | gentoo-e586280208f48566aad9542d31b5af6174f78862.tar.gz gentoo-e586280208f48566aad9542d31b5af6174f78862.tar.bz2 gentoo-e586280208f48566aad9542d31b5af6174f78862.zip |
dev-lisp/sbcl: remove unused patch
Patch name: bsd-sockets-test-1.2-patch
Closes: #2250
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/sbcl/files/bsd-sockets-test-1.2.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-lisp/sbcl/files/bsd-sockets-test-1.2.patch b/dev-lisp/sbcl/files/bsd-sockets-test-1.2.patch deleted file mode 100644 index 7a7b12bdea14..000000000000 --- a/dev-lisp/sbcl/files/bsd-sockets-test-1.2.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -r -U1 sbcl-1.2.2.orig/contrib/sb-bsd-sockets/tests.lisp sbcl-1.2.2/contrib/sb-bsd-sockets/tests.lisp ---- sbcl-1.2.2.orig/contrib/sb-bsd-sockets/tests.lisp 2014-07-28 17:15:05.000000000 +0700 -+++ sbcl-1.2.2/contrib/sb-bsd-sockets/tests.lisp 2014-08-01 19:48:30.011931081 +0700 -@@ -31,11 +31,11 @@ - ;;; for unknown protocols... --#-(and freebsd sb-thread) --#-(and dragonfly sb-thread) --(deftest get-protocol-by-name/error -- (handler-case (get-protocol-by-name "nonexistent-protocol") -- (unknown-protocol () -- t) -- (:no-error () -- nil)) -- t) -+;#-(and freebsd sb-thread) -+;#-(and dragonfly sb-thread) -+;(deftest get-protocol-by-name/error -+; (handler-case (get-protocol-by-name "nonexistent-protocol") -+; (unknown-protocol () -+; t) -+; (:no-error () -+; nil)) -+; t) - |