Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lisp/PSL/
Date: Sat, 26 Mar 2022 06:56:42
Message-Id: 1648277795.f16d78fcb7d7e7e5e700f941827c70ffd8a0b493.Alessandro-Barbieri@gentoo
1 commit: f16d78fcb7d7e7e5e700f941827c70ffd8a0b493
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 26 06:56:10 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Mar 26 06:56:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f16d78fc
7
8 dev-lisp/PSL: export CC
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-lisp/PSL/PSL-6.1_p20210604.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/dev-lisp/PSL/PSL-6.1_p20210604.ebuild b/dev-lisp/PSL/PSL-6.1_p20210604.ebuild
16 index 081af787f..ec4675617 100644
17 --- a/dev-lisp/PSL/PSL-6.1_p20210604.ebuild
18 +++ b/dev-lisp/PSL/PSL-6.1_p20210604.ebuild
19 @@ -3,6 +3,8 @@
20
21 EAPI=8
22
23 +inherit toolchain-funcs
24 +
25 COMMIT="f489ea67801d04d44cc65d63365d187cdd58dbe9"
26
27 DESCRIPTION="Portable Standard Lisp"
28 @@ -28,6 +30,7 @@ DOCS=( README.md README.2 manual/sl.pdf manual/lispman.pdf )
29 PATCHES="${FILESDIR}/${P}-respect-flags.patch"
30
31 src_compile() {
32 + tc-export CC
33 default
34 emake sizes
35 if use doc; then