From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0AAC15808B for ; Fri, 1 Apr 2022 06:26:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29A27E07C9; Fri, 1 Apr 2022 06:26:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B8B2E07A5 for ; Fri, 1 Apr 2022 06:26:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A81933414E7 for ; Fri, 1 Apr 2022 06:26:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E983B35A for ; Fri, 1 Apr 2022 06:26:01 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1648794351.790ceea9a0161a3c5585bdcf339eac0aaa21a5b3.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/gcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/gcl/gcl-2.6.13_pre99.ebuild X-VCS-Directories: dev-lisp/gcl/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 790ceea9a0161a3c5585bdcf339eac0aaa21a5b3 X-VCS-Branch: master Date: Fri, 1 Apr 2022 06:26:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c78362f5-716d-4db9-914f-83f67d97529c X-Archives-Hash: 99ea7e77cf23c8ec5f8762f820475da0 commit: 790ceea9a0161a3c5585bdcf339eac0aaa21a5b3 Author: Ulrich Müller gentoo org> AuthorDate: Fri Apr 1 06:24:38 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Apr 1 06:25:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790ceea9 dev-lisp/gcl: Specify LICENSE more precisely Signed-off-by: Ulrich Müller gentoo.org> dev-lisp/gcl/gcl-2.6.13_pre99.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild b/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild index a62eb537a2ec..8b07ee93371f 100644 --- a/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild +++ b/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild @@ -8,13 +8,11 @@ DESCRIPTION="GNU Common Lisp" HOMEPAGE="https://www.gnu.org/software/gcl/gcl.html" SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.xz" -LICENSE="LGPL-2 GPL-2" +LICENSE="LGPL-2+ GPL-2+" SLOT="0" KEYWORDS="amd64 ~arm ~ppc ppc64 ~x86" IUSE="+ansi athena emacs +readline tk X" - -# See bug #205803 -RESTRICT="strip" +RESTRICT="strip" #205803 RDEPEND="dev-libs/gmp virtual/latex-base