summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-27 10:42:17 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-27 10:42:17 +0000
commit6181ec04170b1e31ce6d7583bed858269d777558 (patch)
tree3d36c78b92633d79613e6a31026f177d08157b32
parentKeyword ~ppc64 wrt #422887 (diff)
downloadgentoo-2-6181ec04170b1e31ce6d7583bed858269d777558.tar.gz
gentoo-2-6181ec04170b1e31ce6d7583bed858269d777558.tar.bz2
gentoo-2-6181ec04170b1e31ce6d7583bed858269d777558.zip
Default clutter license is LGPL-2.1 or later.
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/clutter.eclass6
2 files changed, 7 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index be5cf50c0cbd..ad5269072664 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.411 2012/09/26 12:07:45 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.412 2012/09/27 10:42:17 tetromino Exp $
+
+ 27 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org> clutter.eclass:
+ Default clutter license is LGPL-2.1 or later.
26 Sep 2012; Julian Ospald <hasufell@gentoo.org> python-distutils-ng.eclass:
add PYTHON_USE wrt #426768
diff --git a/eclass/clutter.eclass b/eclass/clutter.eclass
index 9ac0c652fadf..ebe05ee8d0aa 100644
--- a/eclass/clutter.eclass
+++ b/eclass/clutter.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/clutter.eclass,v 1.6 2012/05/02 18:31:42 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/clutter.eclass,v 1.7 2012/09/27 10:42:17 tetromino Exp $
# @ECLASS: clutter.eclass
# @MAINTAINER:
@@ -16,8 +16,8 @@ HOMEPAGE="http://www.clutter-project.org/"
RV=($(get_version_components))
SRC_URI="http://www.clutter-project.org/sources/${PN}/${RV[0]}.${RV[1]}/${P}.tar.bz2"
-# All official clutter packages use LGPL-2.1
-LICENSE="${LICENSE:-LGPL-2.1}"
+# All official clutter packages use LGPL-2.1 or later
+LICENSE="${LICENSE:-LGPL-2.1+}"
# This will be used by all clutter packages
DEPEND="virtual/pkgconfig"