summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-12-11 10:29:16 +0000
committerMamoru Komachi <usata@gentoo.org>2004-12-11 10:29:16 +0000
commit5d93918e2e6d5d277bba796b6412743e59f07ff1 (patch)
tree74fb9f80d427351b5d2d3f31c9e304da0b8fbb0c /eclass/ruby.eclass
parentStable on alpha. (Manifest recommit) (diff)
downloadgentoo-2-5d93918e2e6d5d277bba796b6412743e59f07ff1.tar.gz
gentoo-2-5d93918e2e6d5d277bba796b6412743e59f07ff1.tar.bz2
gentoo-2-5d93918e2e6d5d277bba796b6412743e59f07ff1.zip
Removed macos keyword.
Diffstat (limited to 'eclass/ruby.eclass')
-rw-r--r--eclass/ruby.eclass4
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