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 | 89a4c304bc9c75ce2d041ed1faaffa0593667362 (patch) | |
tree | 9eccda503c94020421c6cf153971e0aa3a3b67d7 /eclass | |
parent | virtual/ruby fix (Manifest recommit) (diff) | |
download | gentoo-2-89a4c304bc9c75ce2d041ed1faaffa0593667362.tar.gz gentoo-2-89a4c304bc9c75ce2d041ed1faaffa0593667362.tar.bz2 gentoo-2-89a4c304bc9c75ce2d041ed1faaffa0593667362.zip |
newdepend to virtual/ruby
Diffstat (limited to '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 |