diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-06-10 16:25:45 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-06-10 16:25:45 +0200 |
commit | 379cfb2ac73088f5f31a5f11fe45e98173665777 (patch) | |
tree | b7b6304fdb9a5cc804fd1dcb1792a7ae7fc5ff92 /dev-lisp | |
parent | dev-lisp/cl-ppcre: update EAPI 7 -> 8 (diff) | |
download | gentoo-379cfb2ac73088f5f31a5f11fe45e98173665777.tar.gz gentoo-379cfb2ac73088f5f31a5f11fe45e98173665777.tar.bz2 gentoo-379cfb2ac73088f5f31a5f11fe45e98173665777.zip |
dev-lisp/cl-ppcre-unicode: 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-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild index 91fd43e949e8..9c950abde1a9 100644 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-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 |