diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-10 10:01:12 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-10 10:01:12 +0000 |
commit | e9a2f5e5984eef47928ed5eae553a99ce8e34666 (patch) | |
tree | 68c397cf9e244f699f9a8ded34688e3f907fd829 /eclass/ruby.eclass | |
parent | virtual/ruby fix (diff) | |
download | historical-e9a2f5e5984eef47928ed5eae553a99ce8e34666.tar.gz historical-e9a2f5e5984eef47928ed5eae553a99ce8e34666.tar.bz2 historical-e9a2f5e5984eef47928ed5eae553a99ce8e34666.zip |
newdepend to virtual/ruby
Diffstat (limited to 'eclass/ruby.eclass')
-rw-r--r-- | eclass/ruby.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass index e480b4499c05..65aa9024e602 100644 --- a/eclass/ruby.eclass +++ b/eclass/ruby.eclass @@ -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/eclass/ruby.eclass,v 1.26 2004/03/19 18:34:47 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.27 2004/04/10 10:01:12 usata Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -47,7 +47,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" SLOT="0" LICENSE="Ruby" -newdepend ">=dev-lang/ruby-1.6.8" +newdepend "virtual/ruby" [[ -z "${RUBY}" ]] && export RUBY=/usr/bin/ruby |