Forwarded: https://github.com/brailcom/speechd/pull/1080

commit 1fefe721e4381204a977854dcef96432852dbfbd
Author: Matthew Danish <mrd@debian.org>
Date:   Sun Feb 22 11:56:32 2026 +0100

    Remove REGEX dependency from Common Lisp ASDF:defsystem definition.
    
    The REGEX library is not actually used in this Lisp code, and the REGEX
    library itself is deprecated, and has not been supported for many years
    or decades by its author.

diff --git a/src/api/cl/ssip.asd b/src/api/cl/ssip.asd
index a7099469..19d45c74 100644
--- a/src/api/cl/ssip.asd
+++ b/src/api/cl/ssip.asd
@@ -19,7 +19,7 @@
 (in-package :asdf)
 
 
-(defsystem :ssip :depends-on (:regex #+SBCL :sb-bsd-sockets)
+(defsystem :ssip :depends-on (#+SBCL :sb-bsd-sockets)
   :components
   ((:file "package")
    (:file "sysdep")
