diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-03-27 12:02:31 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-03-27 12:02:31 +0000 |
commit | cdc3c24b3094ba0d1acf3cbc1b2cd2107493117c (patch) | |
tree | 93fbae23a1a8f840d6e6c0b9d7f526d5a899f2aa /x11-libs/gtk+extra | |
parent | Fix multiple QA bugs: bug 311599, 311601, 311605, 311607, 311609. (diff) | |
download | gentoo-2-cdc3c24b3094ba0d1acf3cbc1b2cd2107493117c.tar.gz gentoo-2-cdc3c24b3094ba0d1acf3cbc1b2cd2107493117c.tar.bz2 gentoo-2-cdc3c24b3094ba0d1acf3cbc1b2cd2107493117c.zip |
Fix LICENSE again to include FDL-1.1 also
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gtk+extra')
-rw-r--r-- | x11-libs/gtk+extra/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk+extra/gtk+extra-2.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gtk+extra/ChangeLog b/x11-libs/gtk+extra/ChangeLog index 98e11f530089..a0e6d6e91fcd 100644 --- a/x11-libs/gtk+extra/ChangeLog +++ b/x11-libs/gtk+extra/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtk+extra # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.23 2010/03/27 11:54:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.24 2010/03/27 12:02:31 pacho Exp $ + + 27 Mar 2010; Pacho Ramos <pacho@gentoo.org> gtk+extra-2.1.2.ebuild: + As Samuli noticed again in bug 311611, LICENSE should be FDL-1.1 also 27 Mar 2010; Pacho Ramos <pacho@gentoo.org> -files/gtk+extra-2.1.1-fix-row-deletion-segfault.patch, diff --git a/x11-libs/gtk+extra/gtk+extra-2.1.2.ebuild b/x11-libs/gtk+extra/gtk+extra-2.1.2.ebuild index eacd0a35b168..4e6b4301e2f2 100644 --- a/x11-libs/gtk+extra/gtk+extra-2.1.2.ebuild +++ b/x11-libs/gtk+extra/gtk+extra-2.1.2.ebuild @@ -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/x11-libs/gtk+extra/gtk+extra-2.1.2.ebuild,v 1.2 2010/03/27 11:54:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-2.1.2.ebuild,v 1.3 2010/03/27 12:02:31 pacho Exp $ EAPI="2" GCONF_DEBUG="no" @@ -11,7 +11,7 @@ DESCRIPTION="Useful Additional GTK+ widgets" HOMEPAGE="http://gtkextra.sourceforge.net" SRC_URI="mirror://sourceforge/gtkextra/${P}.tar.gz" -LICENSE="LGPL-2" +LICENSE="FDL-1.1 LGPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" |