diff options
Diffstat (limited to 'dev-lang/ruby/ruby-1.8.2-r2.ebuild')
-rw-r--r-- | dev-lang/ruby/ruby-1.8.2-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-lang/ruby/ruby-1.8.2-r2.ebuild b/dev-lang/ruby/ruby-1.8.2-r2.ebuild index 29f62a72fabf..6fc6b937a166 100644 --- a/dev-lang/ruby/ruby-1.8.2-r2.ebuild +++ b/dev-lang/ruby/ruby-1.8.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.2-r2.ebuild,v 1.1 2005/07/09 16:38:51 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.2-r2.ebuild,v 1.1.1.1 2005/11/30 09:58:18 chriswhite Exp $ ONIGURUMA="onigd2_4_0" @@ -14,7 +14,7 @@ SRC_URI="mirror://ruby/${PV%.*}/${P/_pre/-preview}.tar.gz LICENSE="Ruby" SLOT="1.8" # please keep sorted -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86" IUSE="socks5 tcltk cjk doc threads" RDEPEND="virtual/libc @@ -24,7 +24,8 @@ RDEPEND="virtual/libc socks5? ( >=net-proxy/dante-1.1.13 ) tcltk? ( dev-lang/tk ) >=dev-ruby/ruby-config-0.3 - !=dev-lang/ruby-cvs-1.8*" + !=dev-lang/ruby-cvs-1.8* + !dev-ruby/rdoc" DEPEND="sys-devel/autoconf sys-apps/findutils ${RDEPEND}" |