diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-07-09 17:04:38 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-07-09 17:04:38 +0000 |
commit | ff8a0012c1f750b23afced78a6f8647d991828b9 (patch) | |
tree | eeeadc4c72e4dc20c66cba04f2d234444e21b3dd /eclass | |
parent | quick fix for bug #4678 (diff) | |
download | historical-ff8a0012c1f750b23afced78a6f8647d991828b9.tar.gz historical-ff8a0012c1f750b23afced78a6f8647d991828b9.tar.bz2 historical-ff8a0012c1f750b23afced78a6f8647d991828b9.zip |
add LICENSE=GPL-2 setting to koffice i18n ebuilds
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/koffice-i18n.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/koffice-i18n.eclass b/eclass/koffice-i18n.eclass index 4e8ab64cb9f3..000ff8a84afe 100644 --- a/eclass/koffice-i18n.eclass +++ b/eclass/koffice-i18n.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/koffice-i18n.eclass,v 1.8 2002/07/05 12:17:19 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/koffice-i18n.eclass,v 1.9 2002/07/09 17:04:38 danarmak Exp $ inherit kde ECLASS=koffice-i18n @@ -23,7 +23,7 @@ SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH S=${WORKDIR}/${PN} DESCRIPTION="KOffice ${PV} - i18n: ${PN}" HOMEPAGE="http://www.koffice.org/" - +LICENSE="GPL-2" DEPEND="~app-office/koffice-${PV}" myconf="$myconf --enable-final"
\ No newline at end of file |