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
commit0a7a5846e03bebf83cfe4fb537d7ae4f8bb1f20f (patch)
tree3eb1bb52ca393eb4ddcec3a637ee4250d57bf61e /eclass/ruby.eclass
parentNot sure where pam would be on ppc-macos, at least for now we don't need (diff)
downloadgentoo-2-0a7a5846e03bebf83cfe4fb537d7ae4f8bb1f20f.tar.gz
gentoo-2-0a7a5846e03bebf83cfe4fb537d7ae4f8bb1f20f.tar.bz2
gentoo-2-0a7a5846e03bebf83cfe4fb537d7ae4f8bb1f20f.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"