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/cl-change-case-0.2.0.ebuild | |
parent | d2a9842c67c24fdad738842add250369aae48059 (diff) | |
download | ebuilds-ecc3738db4c917b8fc00f10ff0180027f5540ba2.tar.gz |
dev-lisp/cl-str: new ebuild
Diffstat (limited to 'dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild')
-rw-r--r-- | dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild b/dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild index 460a7f4..3a92aa5 100644 --- a/dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild +++ b/dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild @@ -14,5 +14,9 @@ LICENSE="LLGPL-2.1" SLOT=0 KEYWORDS="~amd64" -RDEPENDS="dev-lisp/cl-ppre - dev-lisp/cl-ppre-unicode" +RDEPENDS="dev-lisp/cl-ppcre + dev-lisp/cl-ppcre-unicode" + +PATCHES=( + "${FILESDIR}/remove-uiop-read-file-from-asd.patch" +) |