diff options
author | Tom Gall <tgall@gentoo.org> | 2007-03-13 20:18:50 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-03-13 20:18:50 +0000 |
commit | 4cd1818d9146f52f3ea27995735078bb1cd9538f (patch) | |
tree | 4eb8699637826857a147c79e68bb5422759e7142 /dev-ruby/libxml | |
parent | version bump; clean out old version (diff) | |
download | gentoo-2-4cd1818d9146f52f3ea27995735078bb1cd9538f.tar.gz gentoo-2-4cd1818d9146f52f3ea27995735078bb1cd9538f.tar.bz2 gentoo-2-4cd1818d9146f52f3ea27995735078bb1cd9538f.zip |
added ~ppc64
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-ruby/libxml')
-rw-r--r-- | dev-ruby/libxml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-0.3.8.4.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/libxml/ChangeLog b/dev-ruby/libxml/ChangeLog index 52f61929bf4b..2dfd73768e95 100644 --- a/dev-ruby/libxml/ChangeLog +++ b/dev-ruby/libxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/libxml # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.10 2007/03/06 22:31:58 rbrown Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.11 2007/03/13 20:18:50 tgall Exp $ + + 13 Mar 2007; Tom Gall <tgall@gentoo.org> libxml-0.3.8.4.ebuild: + added ~ppc64 *libxml-0.3.8.4 (06 Mar 2007) @@ -10,7 +13,7 @@ 20 Oct 2006; Aron Griffis <agriffis@gentoo.org> libxml-0.3.8.ebuild: Mark 0.3.8 stable on ia64 - 06 Oct 2006; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> + 06 Oct 2006; Nguyá»
n Thái Ngá»c Duy <pclouds@gentoo.org> -libxml-0.3.4.ebuild, -libxml-0.3.6.ebuild: Removed old ebuilds diff --git a/dev-ruby/libxml/libxml-0.3.8.4.ebuild b/dev-ruby/libxml/libxml-0.3.8.4.ebuild index 1e0014dda748..4b33409732a6 100644 --- a/dev-ruby/libxml/libxml-0.3.8.4.ebuild +++ b/dev-ruby/libxml/libxml-0.3.8.4.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/dev-ruby/libxml/libxml-0.3.8.4.ebuild,v 1.1 2007/03/06 22:31:58 rbrown Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-0.3.8.4.ebuild,v 1.2 2007/03/13 20:18:50 tgall Exp $ inherit ruby @@ -12,7 +12,7 @@ HOMEPAGE="http://libxml.rubyforge.org" SRC_URI="http://rubyforge.org/frs/download.php/15237/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" USE_RUBY="ruby18 ruby19" |