diff options
author | Robert Buchholz <rbu@gentoo.org> | 2007-04-10 21:04:17 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2007-04-10 21:04:17 +0000 |
commit | 59ad6ae2eb3214ff9aae74ad3624c6293192cb84 (patch) | |
tree | a4e348890adc7cd70ef3edad3935e269e0aa582f /net-libs/libnxml/libnxml-0.17.1.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-59ad6ae2eb3214ff9aae74ad3624c6293192cb84.tar.gz gentoo-2-59ad6ae2eb3214ff9aae74ad3624c6293192cb84.tar.bz2 gentoo-2-59ad6ae2eb3214ff9aae74ad3624c6293192cb84.zip |
LICENSE corrected to LGPL
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-libs/libnxml/libnxml-0.17.1.ebuild')
-rw-r--r-- | net-libs/libnxml/libnxml-0.17.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libnxml/libnxml-0.17.1.ebuild b/net-libs/libnxml/libnxml-0.17.1.ebuild index 01637a1cf926..0b531dd16953 100644 --- a/net-libs/libnxml/libnxml-0.17.1.ebuild +++ b/net-libs/libnxml/libnxml-0.17.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/libnxml-0.17.1.ebuild,v 1.1 2007/04/02 13:37:56 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/libnxml-0.17.1.ebuild,v 1.2 2007/04/10 21:04:17 rbu Exp $ DESCRIPTION="A C-library for parsing and writing XML 1.0/1.1 files or streams" HOMEPAGE="http://www2.autistici.org/bakunin/codes.php" SRC_URI="http://www2.autistici.org/bakunin/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc examples" |