diff options
-rw-r--r-- | media-libs/mesa/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.7.1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.8.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 52a6a66b9ec3..c1f8d6267af6 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.281 2010/08/03 19:08:35 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.282 2010/08/27 19:18:31 robbat2 Exp $ + + 27 Aug 2010; Robin H. Johnson <robbat2@gentoo.org> mesa-7.7.1.ebuild, + mesa-7.8.2.ebuild: + Bug #333143: Add "kilgard" license for media-libs/mesa Debian DFSG debate. 03 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -files/0001-st-xorg-Adopt-to-new-dirty-clip-rect-type.patch, diff --git a/media-libs/mesa/mesa-7.7.1.ebuild b/media-libs/mesa/mesa-7.7.1.ebuild index 06c1e1ab8548..147d5841453c 100644 --- a/media-libs/mesa/mesa-7.7.1.ebuild +++ b/media-libs/mesa/mesa-7.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.7.1.ebuild,v 1.9 2010/08/03 19:08:35 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.7.1.ebuild,v 1.10 2010/08/27 19:18:31 robbat2 Exp $ EAPI="2" @@ -30,7 +30,7 @@ else ${SRC_PATCHES}" fi -LICENSE="LGPL-2" +LICENSE="LGPL-2 kilgard" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" diff --git a/media-libs/mesa/mesa-7.8.2.ebuild b/media-libs/mesa/mesa-7.8.2.ebuild index 377c0954a9eb..197625336f2a 100644 --- a/media-libs/mesa/mesa-7.8.2.ebuild +++ b/media-libs/mesa/mesa-7.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.8.2.ebuild,v 1.8 2010/08/03 19:08:35 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.8.2.ebuild,v 1.9 2010/08/27 19:18:31 robbat2 Exp $ EAPI=3 @@ -29,7 +29,7 @@ else ${SRC_PATCHES}" fi -LICENSE="LGPL-2" +LICENSE="LGPL-2 kilgard" SLOT="0" KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" |