diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-06-10 16:27:00 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-06-10 16:27:00 +0200 |
commit | c880f5fa5f84ead052cf47113edb3c08eeff80a0 (patch) | |
tree | 2d2c2095d03a6de3eca586e101e4e0fe31a42d2a /dev-lisp | |
parent | dev-lisp/cl-unicode: update EAPI 7 -> 8 (diff) | |
download | gentoo-c880f5fa5f84ead052cf47113edb3c08eeff80a0.tar.gz gentoo-c880f5fa5f84ead052cf47113edb3c08eeff80a0.tar.bz2 gentoo-c880f5fa5f84ead052cf47113edb3c08eeff80a0.zip |
dev-lisp/clx: update EAPI 7 -> 8
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/clx/clx-0.7.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lisp/clx/clx-0.7.5-r1.ebuild b/dev-lisp/clx/clx-0.7.5-r1.ebuild index 4f8c577096fe..a7fff37b1784 100644 --- a/dev-lisp/clx/clx-0.7.5-r1.ebuild +++ b/dev-lisp/clx/clx-0.7.5-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 |