Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Sat, 30 Jun 2012 18:01:20
Message-Id: 1341079237.70c5543aee0b2090ef0232711164dde93176727c.mattst88@gentoo
1 commit: 70c5543aee0b2090ef0232711164dde93176727c
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 30 18:00:37 2012 +0000
4 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
5 CommitDate: Sat Jun 30 18:00:37 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=70c5543a
7
8 media-libs/mesa: correct LICENSE
9
10 ralloc is MIT, not GPL.
11
12 ---
13 media-libs/mesa/mesa-9999.ebuild | 5 ++---
14 1 files changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
17 index be4cf17..b40f17c 100644
18 --- a/media-libs/mesa/mesa-9999.ebuild
19 +++ b/media-libs/mesa/mesa-9999.ebuild
20 @@ -32,10 +32,9 @@ else
21 ${SRC_PATCHES}"
22 fi
23
24 -# Most of the code is MIT/X11.
25 -# ralloc is LGPL-3
26 +# The code is MIT/X11.
27 # GLES[2]/gl[2]{,ext,platform}.h are SGI-B-2.0
28 -LICENSE="MIT LGPL-3 SGI-B-2.0"
29 +LICENSE="MIT SGI-B-2.0"
30 SLOT="0"
31 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"