diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-09-27 10:42:17 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-09-27 10:42:17 +0000 |
commit | 9ff6adf7d6942274919c7dcf5d34408746abbe63 (patch) | |
tree | 70ec1529f7579b0015e382b0b83bc077ecaa7a5b /eclass | |
parent | Keyword ~ppc64 wrt #422887 (diff) | |
download | historical-9ff6adf7d6942274919c7dcf5d34408746abbe63.tar.gz historical-9ff6adf7d6942274919c7dcf5d34408746abbe63.tar.bz2 historical-9ff6adf7d6942274919c7dcf5d34408746abbe63.zip |
Default clutter license is LGPL-2.1 or later.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/clutter.eclass | 6 |
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" |