diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2022-12-17 00:49:48 -0500 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2022-12-17 01:47:51 -0500 |
commit | ecc3738db4c917b8fc00f10ff0180027f5540ba2 (patch) | |
tree | 6024164bc003f7c5969c1e66be196cf474142d7d /dev-lisp/cl-str/files/remove-uiop-read-from-asd-file.patch | |
parent | d2a9842c67c24fdad738842add250369aae48059 (diff) | |
download | ebuilds-ecc3738db4c917b8fc00f10ff0180027f5540ba2.tar.gz |
dev-lisp/cl-str: new ebuild
Diffstat (limited to 'dev-lisp/cl-str/files/remove-uiop-read-from-asd-file.patch')
-rw-r--r-- | dev-lisp/cl-str/files/remove-uiop-read-from-asd-file.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-lisp/cl-str/files/remove-uiop-read-from-asd-file.patch b/dev-lisp/cl-str/files/remove-uiop-read-from-asd-file.patch new file mode 100644 index 0000000..262dedb --- /dev/null +++ b/dev-lisp/cl-str/files/remove-uiop-read-from-asd-file.patch @@ -0,0 +1,13 @@ +diff --git a/str.asd b/str.asd +index 90d96dc..8c89fcf 100644 +--- a/str.asd ++++ b/str.asd +@@ -13,8 +13,4 @@ + :cl-ppcre-unicode + :cl-change-case) + :components ((:file "str")) +- +- :long-description +- #.(uiop:read-file-string +- (uiop:subpathname *load-pathname* "README.md")) + :in-order-to ((test-op (test-op :str.test)))) |