diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:10:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:16:11 +0100 |
commit | 479e2e89b827646cc1d76a0250d06c8c933e0ac7 (patch) | |
tree | 45fe95fc89fd409659fba33d7265440da0a8e8dd /dev-lisp | |
parent | dev-lisp/clx: eutils-- (diff) | |
download | gentoo-479e2e89b827646cc1d76a0250d06c8c933e0ac7.tar.gz gentoo-479e2e89b827646cc1d76a0250d06c8c933e0ac7.tar.bz2 gentoo-479e2e89b827646cc1d76a0250d06c8c933e0ac7.zip |
dev-lisp/cmucl: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cmucl/cmucl-21c.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/cmucl/cmucl-21c.ebuild b/dev-lisp/cmucl/cmucl-21c.ebuild index 0de64d060786..0ac292d75504 100644 --- a/dev-lisp/cmucl/cmucl-21c.ebuild +++ b/dev-lisp/cmucl/cmucl-21c.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs multilib +inherit toolchain-funcs multilib MY_PV=${PV:0:3} |