From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R4e7t-0000Vx-Bg for garchives@archives.gentoo.org; Fri, 16 Sep 2011 19:31:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA43521C10A; Fri, 16 Sep 2011 19:30:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7D92221C10A for ; Fri, 16 Sep 2011 19:30:57 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D91F01B4018 for ; Fri, 16 Sep 2011 19:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3870C8004A for ; Fri, 16 Sep 2011 19:30:56 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <6eb48acfb330686698571036f0afca5f4c5d6dc0.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6eb48acfb330686698571036f0afca5f4c5d6dc0 Date: Fri, 16 Sep 2011 19:30:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d816b0f55660ed3bd8a99beca1a09942 commit: 6eb48acfb330686698571036f0afca5f4c5d6dc0 Author: Matt Turner gmail com> AuthorDate: Fri Sep 16 19:30:02 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Fri Sep 16 19:30:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D6eb48acf media-libs/mesa: correct LICENSE, bug 333143 --- media-libs/mesa/mesa-9999.ebuild | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index 1029364..7e21aa1 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -33,7 +33,10 @@ else ${SRC_PATCHES}" fi =20 -LICENSE=3D"LGPL-2" +# Most of the code is MIT/X11. +# ralloc is LGPL-3 +# GLES[2]/gl[2]{,ext,platform}.h are SGI-B-2.0 +LICENSE=3D"MIT LGPL-3 SGI-B-2.0" SLOT=3D"0" KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc = ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-so= laris ~x64-solaris ~x86-solaris" =20