From 8d48a95297c573083a4cd5d3a2814e3e37a07b82 Mon Sep 17 00:00:00 2001 From: Chris White Date: Wed, 26 Jan 2005 06:52:41 +0000 Subject: The same tool that happily breaks on ppc64 also breaks on ppc. Added some logic for this as well. --- media-sound/alsa-tools/alsa-tools-1.0.8-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'media-sound/alsa-tools/alsa-tools-1.0.8-r1.ebuild') diff --git a/media-sound/alsa-tools/alsa-tools-1.0.8-r1.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.8-r1.ebuild index 6a0ad49f8191..1d8179bcb1bb 100644 --- a/media-sound/alsa-tools/alsa-tools-1.0.8-r1.ebuild +++ b/media-sound/alsa-tools/alsa-tools-1.0.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.8-r1.ebuild,v 1.1 2005/01/25 16:04:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.8-r1.ebuild,v 1.2 2005/01/26 06:52:41 chriswhite Exp $ IUSE="X" @@ -43,8 +43,8 @@ if [ -z "${ALSA_TOOLS}" ]; then sscape_ctl us428control usx2yloader vxloader" fi - # sb16_csp won't build on ppc64 (and is not needed) - if ! use ppc64; then + # sb16_csp won't build on ppc64 _AND_ ppc (and is not needed) + if use !ppc64 && use !ppc; then ALSA_TOOLS="${ALSA_TOOLS} sb16_csp" fi -- cgit v1.2.3-65-gdbad