diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-06-10 16:25:06 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-06-10 16:25:06 +0200 |
commit | 55c6122828df3fe57b0e8db4aa76ec7ec80370ae (patch) | |
tree | 1a5a5c0c259ee1ae9d8793ba2975cec6dbcd22fa /dev-lisp | |
parent | common-lisp-3.eclass: sbcl supports --no-sysinit --no-userinit (diff) | |
download | gentoo-55c6122828df3fe57b0e8db4aa76ec7ec80370ae.tar.gz gentoo-55c6122828df3fe57b0e8db4aa76ec7ec80370ae.tar.bz2 gentoo-55c6122828df3fe57b0e8db4aa76ec7ec80370ae.zip |
dev-lisp/cl-ppcre: update EAPI 7 -> 8
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-ppcre/cl-ppcre-2.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.1.0-r1.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.1.0-r1.ebuild index d0ad9237a47d..fdc1b35b0db7 100644 --- a/dev-lisp/cl-ppcre/cl-ppcre-2.1.0-r1.ebuild +++ b/dev-lisp/cl-ppcre/cl-ppcre-2.1.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit common-lisp-3 |