diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-12-27 12:55:39 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-12-27 12:55:39 +0000 |
commit | ef751245e77ee06c8975e90a25b5be63e1bb15e6 (patch) | |
tree | b66fb891a563a692157a9c8e1f79c89f2ebd3c43 /net-libs | |
parent | 0.7 stable on x86. Removing 0.6. (diff) | |
download | gentoo-2-ef751245e77ee06c8975e90a25b5be63e1bb15e6.tar.gz gentoo-2-ef751245e77ee06c8975e90a25b5be63e1bb15e6.tar.bz2 gentoo-2-ef751245e77ee06c8975e90a25b5be63e1bb15e6.zip |
Stable on x86.
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnxml/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libnxml/libnxml-0.18.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libnxml/ChangeLog b/net-libs/libnxml/ChangeLog index 7c21adb66cb9..aa24a7992c80 100644 --- a/net-libs/libnxml/ChangeLog +++ b/net-libs/libnxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libnxml # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v 1.9 2007/07/14 16:09:38 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v 1.10 2007/12/27 12:55:39 ticho Exp $ + + 27 Dec 2007; Andrej Kacian <ticho@gentoo.org> libnxml-0.18.0.ebuild: + Stable on x86. *libnxml-0.18.0 (14 Jul 2007) diff --git a/net-libs/libnxml/libnxml-0.18.0.ebuild b/net-libs/libnxml/libnxml-0.18.0.ebuild index a295cbfc384a..e345e40e46fc 100644 --- a/net-libs/libnxml/libnxml-0.18.0.ebuild +++ b/net-libs/libnxml/libnxml-0.18.0.ebuild @@ -1,6 +1,6 @@ # 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.18.0.ebuild,v 1.1 2007/07/14 16:09:38 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/libnxml-0.18.0.ebuild,v 1.2 2007/12/27 12:55:39 ticho 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" @@ -8,7 +8,7 @@ SRC_URI="http://www2.autistici.org/bakunin/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="doc examples" RDEPEND="net-misc/curl" |