diff options
author | 2004-05-18 05:41:57 +0000 | |
---|---|---|
committer | 2004-05-18 05:41:57 +0000 | |
commit | d83056f47b9664ff06ec29a388e8691983a17060 (patch) | |
tree | 787cce1486f39f454dca0fa1d522cdb6758d003f /dev-lang/ruby/ruby-1.8.1-r3.ebuild | |
parent | fixed support for ntlm. mysql dropped due to patching conficts. (Manifest rec... (diff) | |
download | gentoo-2-d83056f47b9664ff06ec29a388e8691983a17060.tar.gz gentoo-2-d83056f47b9664ff06ec29a388e8691983a17060.tar.bz2 gentoo-2-d83056f47b9664ff06ec29a388e8691983a17060.zip |
Added autoconf dependancy, closing bug #51301. Marked 1.6.8-r10 and 1.8.1-r6 stable on x86, alpha and ppc.
Diffstat (limited to 'dev-lang/ruby/ruby-1.8.1-r3.ebuild')
-rw-r--r-- | dev-lang/ruby/ruby-1.8.1-r3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-lang/ruby/ruby-1.8.1-r3.ebuild b/dev-lang/ruby/ruby-1.8.1-r3.ebuild index 472dea57bf86..a4277f86ae3b 100644 --- a/dev-lang/ruby/ruby-1.8.1-r3.ebuild +++ b/dev-lang/ruby/ruby-1.8.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.1-r3.ebuild,v 1.7 2004/04/26 00:14:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.1-r3.ebuild,v 1.8 2004/05/18 05:41:57 usata Exp $ IUSE="socks5 tcltk cjk" @@ -20,16 +20,16 @@ LICENSE="Ruby" SLOT="1.8" KEYWORDS="amd64 alpha hppa -ia64 mips ppc sparc x86 s390" -DEPEND=">=sys-libs/glibc-2.1.3 +RDEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/gdbm-1.8.0 >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 socks5? ( >=net-misc/dante-1.1.13 ) tcltk? ( dev-lang/tk ) - sys-apps/findutils >=dev-ruby/ruby-config-0.2" -RDEPEND="${DEPEND} - !=dev-lang/ruby-cvs-${SLOT}*" +DEPEND="sys-devel/autoconf + sys-apps/findutils + ${RDEPEND}" PROVIDE="virtual/ruby" S=${WORKDIR}/${P%_pre*} |