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 3C7CC158099 for ; Wed, 22 Nov 2023 22:23:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CF1D2BC023; Wed, 22 Nov 2023 22:23:32 +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 47B912BC023 for ; Wed, 22 Nov 2023 22:23:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3EADF335DE9 for ; Wed, 22 Nov 2023 22:23:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73CBA13B3 for ; Wed, 22 Nov 2023 22:23:29 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1700691529.e51b6e7245da1b548711cd1c10af66f0ffaa5c81.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/iml/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/iml/iml-1.0.5.ebuild X-VCS-Directories: sci-libs/iml/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: e51b6e7245da1b548711cd1c10af66f0ffaa5c81 X-VCS-Branch: master Date: Wed, 22 Nov 2023 22:23:29 +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: 9245fc80-09b0-4007-b7bf-2b2f262a5068 X-Archives-Hash: e05e4ac80bdd05c587fadb12aee7be05 commit: e51b6e7245da1b548711cd1c10af66f0ffaa5c81 Author: Michael Orlitzky gentoo org> AuthorDate: Wed Nov 22 22:18:49 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Nov 22 22:18:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51b6e72 sci-libs/iml: update LICENSE Signed-off-by: Michael Orlitzky gentoo.org> sci-libs/iml/iml-1.0.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/iml/iml-1.0.5.ebuild b/sci-libs/iml/iml-1.0.5.ebuild index e87b1e50a002..41bcf98488dd 100644 --- a/sci-libs/iml/iml-1.0.5.ebuild +++ b/sci-libs/iml/iml-1.0.5.ebuild @@ -9,7 +9,8 @@ DESCRIPTION="Integer Matrix Library" HOMEPAGE="https://www.cs.uwaterloo.ca/~astorjoh/iml.html" SRC_URI="https://www.cs.uwaterloo.ca/~astorjoh/${P}.tar.bz2" -LICENSE="GPL-2" +# COPYING is GPL-2, but the files under src/ all have a BSD header +LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs"