diff options
author | Davide Pesavento <pesa@gentoo.org> | 2015-06-09 20:16:59 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2015-06-09 20:16:59 +0000 |
commit | c715ade87e030ed69075e49bc881897fa4ab6437 (patch) | |
tree | ecc80536686919495657c2f4b78a4a6014421f92 /eclass/qt5-build.eclass | |
parent | Version bump. (diff) | |
download | historical-c715ade87e030ed69075e49bc881897fa4ab6437.tar.gz historical-c715ade87e030ed69075e49bc881897fa4ab6437.tar.bz2 historical-c715ade87e030ed69075e49bc881897fa4ab6437.zip |
More accurate LICENSE.
Diffstat (limited to 'eclass/qt5-build.eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 6870c8fc22ec..bc7bb2f50090 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.18 2015/06/09 19:37:45 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.19 2015/06/09 20:16:59 pesa Exp $ # @ECLASS: qt5-build.eclass # @MAINTAINER: @@ -23,7 +23,7 @@ QT5_MINOR_VERSION=${PV#*.} QT5_MINOR_VERSION=${QT5_MINOR_VERSION%%.*} HOMEPAGE="https://www.qt.io/" -LICENSE="|| ( LGPL-2.1 LGPL-3 )" +LICENSE="|| ( LGPL-2.1 LGPL-3 ) FDL-1.3" SLOT="5" # @ECLASS-VARIABLE: QT5_MODULE |