diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2006-09-16 12:21:13 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2006-09-16 12:21:13 +0000 |
commit | a7345447bbefcf4e85fcb96c3f885dd494935eea (patch) | |
tree | df1f98e18a4ecf4788aa3c3956397ab722b186e6 /dev-ruby/libxml | |
parent | Added to ~hppa. (diff) | |
download | historical-a7345447bbefcf4e85fcb96c3f885dd494935eea.tar.gz historical-a7345447bbefcf4e85fcb96c3f885dd494935eea.tar.bz2 historical-a7345447bbefcf4e85fcb96c3f885dd494935eea.zip |
Stable on x86. Added to ~hppa.
Package-Manager: portage-2.1.1_pre5-r2
Diffstat (limited to 'dev-ruby/libxml')
-rw-r--r-- | dev-ruby/libxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-0.3.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/libxml/ChangeLog b/dev-ruby/libxml/ChangeLog index 67772b8f0a9e..8b2a21b76db7 100644 --- a/dev-ruby/libxml/ChangeLog +++ b/dev-ruby/libxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/libxml # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.6 2006/05/12 19:57:10 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.7 2006/09/16 12:21:13 killerfox Exp $ + + 16 Sep 2006; Rene Nussbaumer <killerfox@gentoo.org> libxml-0.3.8.ebuild: + Stable on x86. Added to ~hppa. *libxml-0.3.8 (12 May 2006) diff --git a/dev-ruby/libxml/libxml-0.3.8.ebuild b/dev-ruby/libxml/libxml-0.3.8.ebuild index 2e4a4e2b383d..d9438b3dbf74 100644 --- a/dev-ruby/libxml/libxml-0.3.8.ebuild +++ b/dev-ruby/libxml/libxml-0.3.8.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-ruby/libxml/libxml-0.3.8.ebuild,v 1.1 2006/05/12 19:57:10 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-0.3.8.ebuild,v 1.2 2006/09/16 12:21:13 killerfox Exp $ inherit ruby gems @@ -11,7 +11,7 @@ HOMEPAGE="http://libxml.rubyforge.org" SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem" LICENSE="BSD" SLOT="0" -KEYWORDS="~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~hppa ~ia64 ~ppc ~sparc x86" IUSE="" USE_RUBY="ruby18 ruby19" |