diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-12-29 17:10:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-12-29 17:10:09 +0000 |
commit | d8b66d86de615a44d28f98765c5a00a9f62b85c5 (patch) | |
tree | 8564cfb9c9cebae9b34ad9de8473f1ff49e0a815 /dev-ruby | |
parent | Marked ~hppa (bug #332593). (diff) | |
download | gentoo-2-d8b66d86de615a44d28f98765c5a00a9f62b85c5.tar.gz gentoo-2-d8b66d86de615a44d28f98765c5a00a9f62b85c5.tar.bz2 gentoo-2-d8b66d86de615a44d28f98765c5a00a9f62b85c5.zip |
Stable for HPPA (bug #395991).
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/libxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-2.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/libxml/ChangeLog b/dev-ruby/libxml/ChangeLog index 543eeac61064..6582f182806f 100644 --- a/dev-ruby/libxml/ChangeLog +++ b/dev-ruby/libxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/libxml # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.61 2011/12/26 16:49:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.62 2011/12/29 17:10:09 jer Exp $ + + 29 Dec 2011; Jeroen Roovers <jer@gentoo.org> libxml-2.2.1.ebuild: + Stable for HPPA (bug #395991). 26 Dec 2011; Agostino Sarubbo <ago@gentoo.org> libxml-2.2.1.ebuild: Stable for AMD64, wrt bug #395991 diff --git a/dev-ruby/libxml/libxml-2.2.1.ebuild b/dev-ruby/libxml/libxml-2.2.1.ebuild index 8e256743cc69..c5080c710479 100644 --- a/dev-ruby/libxml/libxml-2.2.1.ebuild +++ b/dev-ruby/libxml/libxml-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.2.1.ebuild,v 1.3 2011/12/26 16:49:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.2.1.ebuild,v 1.4 2011/12/29 17:10:09 jer Exp $ EAPI=2 @@ -20,7 +20,7 @@ HOMEPAGE="http://libxml.rubyforge.org" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="${RDEPEND} dev-libs/libxml2" |