diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-12-11 10:29:16 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-12-11 10:29:16 +0000 |
commit | f77d81ae5a70e5ed193a9f736ad283ff39987198 (patch) | |
tree | 9d7158c9284463c15b50ab9e8ee2f67cb6ab459e /eclass/ruby.eclass | |
parent | Stable on alpha. (diff) | |
download | historical-f77d81ae5a70e5ed193a9f736ad283ff39987198.tar.gz historical-f77d81ae5a70e5ed193a9f736ad283ff39987198.tar.bz2 historical-f77d81ae5a70e5ed193a9f736ad283ff39987198.zip |
Removed macos keyword.
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 f9c4a7c6ac61..573eefc1ae75 100644 --- a/eclass/ruby.eclass +++ b/eclass/ruby.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.41 2004/11/25 02:32:54 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.42 2004/12/11 10:29:16 usata Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -191,7 +191,7 @@ prepall() { local ruby_slots=$(echo "${USE_RUBY}" | wc -w) - if [ "$ruby_slots" -ge 2 ] || ((use macos || use ppc-macos) && [ "$ruby_slots" -ge 1 ]) + if [ "$ruby_slots" -ge 2 ] || use ppc-macos && [ "$ruby_slots" -ge 1 ]) then einfo "Now we are building the package for ${USE_RUBY}" for rb in ${USE_RUBY} ruby ; do |