Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/gcl/
Date: Fri, 01 Apr 2022 06:26:21
Message-Id: 1648794351.790ceea9a0161a3c5585bdcf339eac0aaa21a5b3.ulm@gentoo
1 commit: 790ceea9a0161a3c5585bdcf339eac0aaa21a5b3
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 06:24:38 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 06:25:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790ceea9
7
8 dev-lisp/gcl: Specify LICENSE more precisely
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 dev-lisp/gcl/gcl-2.6.13_pre99.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild b/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild
16 index a62eb537a2ec..8b07ee93371f 100644
17 --- a/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild
18 +++ b/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild
19 @@ -8,13 +8,11 @@ DESCRIPTION="GNU Common Lisp"
20 HOMEPAGE="https://www.gnu.org/software/gcl/gcl.html"
21 SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.xz"
22
23 -LICENSE="LGPL-2 GPL-2"
24 +LICENSE="LGPL-2+ GPL-2+"
25 SLOT="0"
26 KEYWORDS="amd64 ~arm ~ppc ppc64 ~x86"
27 IUSE="+ansi athena emacs +readline tk X"
28 -
29 -# See bug #205803
30 -RESTRICT="strip"
31 +RESTRICT="strip" #205803
32
33 RDEPEND="dev-libs/gmp
34 virtual/latex-base