summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-06-28 19:59:44 +0000
committerFabian Groffen <grobian@gentoo.org>2008-06-28 19:59:44 +0000
commit91d5b79d2835ae8e628d27ab49271c9562010326 (patch)
treebbed5315abe47168d76202fb4e709cbdd5d12ac3 /eclass/ruby.eclass
parentNot sure where pam would be on ppc-macos, at least for now we don't need (diff)
downloadhistorical-91d5b79d2835ae8e628d27ab49271c9562010326.tar.gz
historical-91d5b79d2835ae8e628d27ab49271c9562010326.tar.bz2
historical-91d5b79d2835ae8e628d27ab49271c9562010326.zip
Gentoo for Mac OS X is dead and buried. We no longer have to deal with
old crap.
Diffstat (limited to 'eclass/ruby.eclass')
-rw-r--r--eclass/ruby.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass
index 267243bd7558..e4ccfbbb3c86 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.70 2008/01/20 06:56:54 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.71 2008/06/28 19:59:44 grobian Exp $
#
# Author: Mamoru KOMACHI <usata@gentoo.org>
#
@@ -223,8 +223,7 @@ prepall() {
local ruby_slots=$(echo "${USE_RUBY}" | wc -w)
- if [ "$ruby_slots" -ge 2 ] || (use ppc-macos && [ "$ruby_slots" -ge 1 ])
- then
+ if [ "$ruby_slots" -ge 2 ] ; then
einfo "Now we are building the package for ${USE_RUBY}"
for rb in ${USE_RUBY} ruby ; do
einfo "Using $rb"