summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/rdoc')
-rw-r--r--dev-ruby/rdoc/ChangeLog7
-rw-r--r--dev-ruby/rdoc/rdoc-0.9.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/rdoc/ChangeLog b/dev-ruby/rdoc/ChangeLog
index b5c7c4087faf..e6a6c34a7537 100644
--- a/dev-ruby/rdoc/ChangeLog
+++ b/dev-ruby/rdoc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rdoc
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/ChangeLog,v 1.4 2003/12/25 21:58:44 weeve Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/ChangeLog,v 1.5 2004/02/17 20:09:44 agriffis Exp $
+
+ 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> rdoc-0.9.0.ebuild:
+ stable on alpha and ia64
25 Dec 2003; Jason Wever <weeve@gentoo.org> rdoc-0.9.0.ebuild:
Added ~sparc keyword.
diff --git a/dev-ruby/rdoc/rdoc-0.9.0.ebuild b/dev-ruby/rdoc/rdoc-0.9.0.ebuild
index 76b45abaea87..e55d1b0431ac 100644
--- a/dev-ruby/rdoc/rdoc-0.9.0.ebuild
+++ b/dev-ruby/rdoc/rdoc-0.9.0.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/rdoc-0.9.0.ebuild,v 1.3 2003/12/25 21:58:44 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/rdoc-0.9.0.ebuild,v 1.4 2004/02/17 20:09:44 agriffis Exp $
DESCRIPTION="Generates structured HTML documentation from Ruby source"
HOMEPAGE="http://rdoc.sourceforge.net/"
SRC_URI="mirror://sourceforge/rdoc/${P}.tgz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="x86 ~sparc"
+KEYWORDS="x86 ~sparc alpha ia64"
IUSE="X"
DEPEND=">=dev-lang/ruby-1.6.5
X? ( >=media-gfx/graphviz-1.7 )"