diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-01-07 22:52:38 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-01-07 22:52:38 +0000 |
commit | 3630906bccc8f28d98b706c15226508a4db082c0 (patch) | |
tree | 101731f62d34f803f7f9ebb2d3a915cc7077de1a /dev-ruby | |
parent | little fix (diff) | |
download | historical-3630906bccc8f28d98b706c15226508a4db082c0.tar.gz historical-3630906bccc8f28d98b706c15226508a4db082c0.tar.bz2 historical-3630906bccc8f28d98b706c15226508a4db082c0.zip |
enable on alpha
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ri/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ri/ri-0.8a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ri/ChangeLog b/dev-ruby/ri/ChangeLog index 9ffb8189d4f8..35b9f7a7e0ed 100644 --- a/dev-ruby/ri/ChangeLog +++ b/dev-ruby/ri/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-ruby/ri # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ChangeLog,v 1.2 2002/07/08 01:57:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ChangeLog,v 1.3 2003/01/07 22:52:38 agriffis Exp $ + 07 Jan 2003; Aron Griffis <agriffis@gentoo.org> ri-0.8a.ebuild: + Add alpha to KEYWORDS + *ri-0.8a (07 Jul 2002) 07 Jul 2002; Aron Griffis <agriffis@gentoo.org> ri-0.8a.ebuild: diff --git a/dev-ruby/ri/ri-0.8a.ebuild b/dev-ruby/ri/ri-0.8a.ebuild index fc4cacc755a3..3b7adb7c7662 100644 --- a/dev-ruby/ri/ri-0.8a.ebuild +++ b/dev-ruby/ri/ri-0.8a.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ri-0.8a.ebuild,v 1.4 2002/10/04 05:28:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ri-0.8a.ebuild,v 1.5 2003/01/07 22:52:38 agriffis Exp $ S="${WORKDIR}/ri" DESCRIPTION="Ruby Interactive reference" SRC_URI="http://www.pragmaticprogrammer.com/ruby/downloads/files/${P}.tgz" HOMEPAGE="http://www.pragmaticprogrammer.com/ruby/downloads/ri.html" LICENSE="Ruby" -KEYWORDS="x86" +KEYWORDS="x86 alpha" SLOT="0" DEPEND=">=dev-lang/ruby-1.6.2" # Specified in ${HOMEPAGE} |