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 1447F158089 for ; Fri, 29 Sep 2023 02:25:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A59E2BC030; Fri, 29 Sep 2023 02:25:53 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F79A2BC030 for ; Fri, 29 Sep 2023 02:25:53 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58B92335CDF for ; Fri, 29 Sep 2023 02:25:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3C7F1277 for ; Fri, 29 Sep 2023 02:25:49 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1695954341.3c40aef6a7be6b19bd5fc664c26d1e833b0c9aae.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa-amber/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa-amber/mesa-amber-21.3.9-r1.ebuild X-VCS-Directories: media-libs/mesa-amber/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3c40aef6a7be6b19bd5fc664c26d1e833b0c9aae X-VCS-Branch: master Date: Fri, 29 Sep 2023 02:25:49 +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: 592c0f2c-2eba-4ded-8f3a-0b66fb48eb45 X-Archives-Hash: ebf194581c296bccf4b04fa7f5439bf9 commit: 3c40aef6a7be6b19bd5fc664c26d1e833b0c9aae Author: Matt Turner gentoo org> AuthorDate: Fri Sep 29 02:08:45 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Sep 29 02:25:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c40aef6 media-libs/mesa-amber: Add SGI-B-2.0 to LICENSE Signed-off-by: Matt Turner gentoo.org> media-libs/mesa-amber/mesa-amber-21.3.9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa-amber/mesa-amber-21.3.9-r1.ebuild b/media-libs/mesa-amber/mesa-amber-21.3.9-r1.ebuild index 7441142ef1fb..a8af5beded41 100644 --- a/media-libs/mesa-amber/mesa-amber-21.3.9-r1.ebuild +++ b/media-libs/mesa-amber/mesa-amber-21.3.9-r1.ebuild @@ -21,7 +21,7 @@ else KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" fi -LICENSE="MIT" +LICENSE="MIT SGI-B-2.0" SLOT="amber" RESTRICT="!test? ( test )"