diff options
author | 2010-06-26 01:26:39 +0000 | |
---|---|---|
committer | 2010-06-26 01:26:39 +0000 | |
commit | d5d7a4b97093d3993c261f383bccf8a5389f3901 (patch) | |
tree | f1072d20c5d2a497318ef0df0e088b7b9d542e5a /eclass | |
parent | Delete older ebuild. (diff) | |
download | historical-d5d7a4b97093d3993c261f383bccf8a5389f3901.tar.gz historical-d5d7a4b97093d3993c261f383bccf8a5389f3901.tar.bz2 historical-d5d7a4b97093d3993c261f383bccf8a5389f3901.zip |
clutter.eclass: Update LICENSE, allow it to be overriden per-package
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/clutter.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/clutter.eclass b/eclass/clutter.eclass index 06332704ef0d..9c2050d53a1d 100644 --- a/eclass/clutter.eclass +++ b/eclass/clutter.eclass @@ -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/eclass/clutter.eclass,v 1.1 2010/02/26 21:15:55 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/clutter.eclass,v 1.2 2010/06/26 01:26:39 nirbheek Exp $ # # @ECLASS: clutter.eclass @@ -19,8 +19,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 -LICENSE="LGPL-2" +# All official clutter packages use LGPL-2.1 +LICENSE="${LICENSE:-LGPL-2.1}" # This will be used by all clutter packages DEPEND="dev-util/pkgconfig" |