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-change-case/files/remove-uiop-read-file-from-asd.patch | |
parent | d2a9842c67c24fdad738842add250369aae48059 (diff) | |
download | ebuilds-ecc3738db4c917b8fc00f10ff0180027f5540ba2.tar.gz |
dev-lisp/cl-str: new ebuild
Diffstat (limited to 'dev-lisp/cl-change-case/files/remove-uiop-read-file-from-asd.patch')
-rw-r--r-- | dev-lisp/cl-change-case/files/remove-uiop-read-file-from-asd.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-lisp/cl-change-case/files/remove-uiop-read-file-from-asd.patch b/dev-lisp/cl-change-case/files/remove-uiop-read-file-from-asd.patch new file mode 100644 index 0000000..80f6b77 --- /dev/null +++ b/dev-lisp/cl-change-case/files/remove-uiop-read-file-from-asd.patch @@ -0,0 +1,13 @@ +diff --git a/cl-change-case.asd b/cl-change-case.asd +index 772f112..ff699b5 100644 +--- a/cl-change-case.asd ++++ b/cl-change-case.asd +@@ -1,7 +1,7 @@ + ;;; cl-change-case.asd + + (defsystem "cl-change-case" +- :version (:read-file-line "version") ++ :version "0.2.0" + :author "Sebastian Christ" + :mailto "rudolfo.christ@gmail.com" + :license "LLGPL" |