diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-10-11 23:44:58 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-10-11 23:44:58 +0000 |
commit | dcc0aee81152f75cca12bbfefe01f3c55788ab38 (patch) | |
tree | 8e4b543398cf4cc8da6cf36bd2742bf0b40ae10d /dev-ruby | |
parent | Provided config files fix. Closes #67065. (Manifest recommit) (diff) | |
download | gentoo-2-dcc0aee81152f75cca12bbfefe01f3c55788ab38.tar.gz gentoo-2-dcc0aee81152f75cca12bbfefe01f3c55788ab38.tar.bz2 gentoo-2-dcc0aee81152f75cca12bbfefe01f3c55788ab38.zip |
Stable on hppa.
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rexml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rexml/rexml-3.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rexml/ChangeLog b/dev-ruby/rexml/ChangeLog index c61fdf7838a6..8e620c7eb9b8 100644 --- a/dev-ruby/rexml/ChangeLog +++ b/dev-ruby/rexml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rexml # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/ChangeLog,v 1.15 2004/10/11 01:49:51 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/ChangeLog,v 1.16 2004/10/11 23:44:58 gmsoft Exp $ + + 12 Oct 2004; Guy Martin <gmsoft@gentoo.org> rexml-3.0.2.ebuild: + Stable on hppa. 10 Oct 2004; Jason Wever <weeve@gentoo.org> rexml-3.0.2.ebuild: Stable on sparc. diff --git a/dev-ruby/rexml/rexml-3.0.2.ebuild b/dev-ruby/rexml/rexml-3.0.2.ebuild index f598fd7b6105..191573060620 100644 --- a/dev-ruby/rexml/rexml-3.0.2.ebuild +++ b/dev-ruby/rexml/rexml-3.0.2.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/rexml/rexml-3.0.2.ebuild,v 1.6 2004/10/11 01:49:51 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/rexml-3.0.2.ebuild,v 1.7 2004/10/11 23:44:58 gmsoft Exp $ inherit ruby @@ -10,7 +10,7 @@ HOMEPAGE="http://www.germane-software.com/software/rexml" SRC_URI="http://www.germane-software.com/archives/${MY_P}.tgz" LICENSE="Ruby" SLOT="0" -KEYWORDS="alpha ~hppa ~mips sparc x86 ~ppc" +KEYWORDS="alpha hppa ~mips sparc x86 ~ppc" IUSE="" USE_RUBY="any" DEPEND="virtual/ruby" |