diff options
author | David Holm <dholm@gentoo.org> | 2004-09-04 23:08:47 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-09-04 23:08:47 +0000 |
commit | 49d69e62a856e1d7b4003a486b37082cd6462ae8 (patch) | |
tree | 396e089fb7b9a4f3a4a1478ae4764a651ea928ad /dev-ruby | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-49d69e62a856e1d7b4003a486b37082cd6462ae8.tar.gz gentoo-2-49d69e62a856e1d7b4003a486b37082cd6462ae8.tar.bz2 gentoo-2-49d69e62a856e1d7b4003a486b37082cd6462ae8.zip |
Added to ~ppc
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/libxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-0.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/libxml/ChangeLog b/dev-ruby/libxml/ChangeLog index 977fdc681bd1..489d4d4e21f4 100644 --- a/dev-ruby/libxml/ChangeLog +++ b/dev-ruby/libxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/libxml # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.1 2004/09/02 09:17:56 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.2 2004/09/04 23:04:06 dholm Exp $ + + 05 Sep 2004; David Holm <dholm@gentoo.org> libxml-0.3.4.ebuild: + Added to ~ppc. *libxml-0.3.4 (02 Sep 2004) diff --git a/dev-ruby/libxml/libxml-0.3.4.ebuild b/dev-ruby/libxml/libxml-0.3.4.ebuild index fbeb9a201583..feb351b46dc2 100644 --- a/dev-ruby/libxml/libxml-0.3.4.ebuild +++ b/dev-ruby/libxml/libxml-0.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-0.3.4.ebuild,v 1.1 2004/09/02 09:17:56 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-0.3.4.ebuild,v 1.2 2004/09/04 23:04:06 dholm Exp $ inherit ruby @@ -9,7 +9,7 @@ HOMEPAGE="http://raa.ruby-lang.org/project/libxml/" SRC_URI="http://www.rubynet.org/modules/xml/libxml/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" USE_RUBY="ruby16 ruby18 ruby19" |