diff options
author | 2024-06-10 16:27:41 +0200 | |
---|---|---|
committer | 2024-06-10 16:27:41 +0200 | |
commit | 506fd59e1c27e676e58f8d783a71d6de8f21f7b4 (patch) | |
tree | f147eaae9932d0ffe3cc00754c919fd5fbd3ae79 /dev-lisp | |
parent | dev-lisp/clx: update EAPI 7 -> 8 (diff) | |
download | gentoo-506fd59e1c27e676e58f8d783a71d6de8f21f7b4.tar.gz gentoo-506fd59e1c27e676e58f8d783a71d6de8f21f7b4.tar.bz2 gentoo-506fd59e1c27e676e58f8d783a71d6de8f21f7b4.zip |
dev-lisp/trivial-gray-streams: update EAPI 7 -> 8
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-r1.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-r1.ebuild index 59c6ac0d58f9..5395e817b486 100644 --- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-r1.ebuild +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-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 |