diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:10:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:16:08 +0100 |
commit | 919484dc54f55571cf02e9e200d5de6746d294a7 (patch) | |
tree | 66c860e2b1f11f715d0bbd9e85a77fe2ef89be4c /dev-lisp/clisp | |
parent | dev-lisp/asdf: eutils-- (diff) | |
download | gentoo-919484dc54f55571cf02e9e200d5de6746d294a7.tar.gz gentoo-919484dc54f55571cf02e9e200d5de6746d294a7.tar.bz2 gentoo-919484dc54f55571cf02e9e200d5de6746d294a7.zip |
dev-lisp/clisp: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp/clisp')
-rw-r--r-- | dev-lisp/clisp/clisp-2.49.92.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/clisp/clisp-2.49.92.ebuild b/dev-lisp/clisp/clisp-2.49.92.ebuild index a9e1a4ab03b8..6a4e241457ee 100644 --- a/dev-lisp/clisp/clisp-2.49.92.ebuild +++ b/dev-lisp/clisp/clisp-2.49.92.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils flag-o-matic multilib toolchain-funcs xdg-utils +inherit flag-o-matic multilib toolchain-funcs xdg-utils DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp" HOMEPAGE="https://clisp.sourceforge.io/" |