diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-01-22 02:25:37 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-01-22 02:25:37 +0000 |
commit | 97d1f9dfcdb521d6c03910be11a6cbee4a0ee5de (patch) | |
tree | 51606f8b5df2b28f2606255653181b51c7289827 /dev-libs/libxml2 | |
parent | Adding new kernel sources for kurobox and LinkStation (diff) | |
download | gentoo-2-97d1f9dfcdb521d6c03910be11a6cbee4a0ee5de.tar.gz gentoo-2-97d1f9dfcdb521d6c03910be11a6cbee4a0ee5de.tar.bz2 gentoo-2-97d1f9dfcdb521d6c03910be11a6cbee4a0ee5de.zip |
Stable on x86 for bug #119634; Stabilize Gnome-2.12.2
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.6.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog index 2e27fdfa9fc9..c40318ac402c 100644 --- a/dev-libs/libxml2/ChangeLog +++ b/dev-libs/libxml2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libxml2 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.147 2006/01/20 21:31:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.148 2006/01/22 02:25:37 tsunam Exp $ + + 22 Jan 2006; Joshua Jackson <tsunam@gentoo.org> libxml2-2.6.23.ebuild: + Stable on x86 for bug #119634; Stabilize Gnome-2.12.2 20 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> libxml2-2.6.23.ebuild: Stable on sparc wrt #119634 diff --git a/dev-libs/libxml2/libxml2-2.6.23.ebuild b/dev-libs/libxml2/libxml2-2.6.23.ebuild index b19235a500ab..2c1be8d6fb0a 100644 --- a/dev-libs/libxml2/libxml2-2.6.23.ebuild +++ b/dev-libs/libxml2/libxml2-2.6.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.23.ebuild,v 1.2 2006/01/20 21:31:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.23.ebuild,v 1.3 2006/01/22 02:25:37 tsunam Exp $ inherit libtool gnome.org flag-o-matic eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.xmlsoft.org/" LICENSE="MIT" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc x86" IUSE="debug doc ipv6 python readline" RDEPEND="sys-libs/zlib |