summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2004-02-24 01:52:34 +0000
committerLars Weiler <pylon@gentoo.org>2004-02-24 01:52:34 +0000
commit90cc4d06103a7ec2d09a2a6d4addc1d451900c4e (patch)
tree3f1525a2441406a2c35707bd2be13d8702207819 /dev-ruby/rdoc
parentThe same what Weeve said about sparc is also true for ppc. So it's ~ppc. (Ma... (diff)
downloadgentoo-2-90cc4d06103a7ec2d09a2a6d4addc1d451900c4e.tar.gz
gentoo-2-90cc4d06103a7ec2d09a2a6d4addc1d451900c4e.tar.bz2
gentoo-2-90cc4d06103a7ec2d09a2a6d4addc1d451900c4e.zip
Added ~ppc to keywords. Thanks to dams@gentoo.org for testing.
Diffstat (limited to 'dev-ruby/rdoc')
-rw-r--r--dev-ruby/rdoc/ChangeLog5
-rw-r--r--dev-ruby/rdoc/rdoc-0.9.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rdoc/ChangeLog b/dev-ruby/rdoc/ChangeLog
index e6a6c34a7537..60e1d5ddff58 100644
--- a/dev-ruby/rdoc/ChangeLog
+++ b/dev-ruby/rdoc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rdoc
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/ChangeLog,v 1.6 2004/02/24 01:52:34 pylon Exp $
+
+ 24 Feb 2004; Lars Weiler <pylon@gentoo.org> rdoc-0.9.0.ebuild:
+ Added ~ppc to keywords
17 Feb 2004; Aron Griffis <agriffis@gentoo.org> rdoc-0.9.0.ebuild:
stable on alpha and ia64
diff --git a/dev-ruby/rdoc/rdoc-0.9.0.ebuild b/dev-ruby/rdoc/rdoc-0.9.0.ebuild
index e55d1b0431ac..3d3a3b6fcbd8 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-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.4 2004/02/17 20:09:44 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/rdoc-0.9.0.ebuild,v 1.5 2004/02/24 01:52:34 pylon 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 alpha ia64"
+KEYWORDS="x86 ~sparc alpha ia64 ~ppc"
IUSE="X"
DEPEND=">=dev-lang/ruby-1.6.5
X? ( >=media-gfx/graphviz-1.7 )"