summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Guertin <gerk@gentoo.org>2002-09-11 20:44:44 +0000
committerMark Guertin <gerk@gentoo.org>2002-09-11 20:44:44 +0000
commitbad7b88a91bfc11614e1aa82f29bbff462c1dece (patch)
tree4dc6d2309a205ae3573623f25146f0fb91b4003e /media-libs/openal/openal-20020127.ebuild
parentadded dependancy on glut. Tends to bug #7563 (diff)
downloadhistorical-bad7b88a91bfc11614e1aa82f29bbff462c1dece.tar.gz
historical-bad7b88a91bfc11614e1aa82f29bbff462c1dece.tar.bz2
historical-bad7b88a91bfc11614e1aa82f29bbff462c1dece.zip
set nasm as x86 only dep
Diffstat (limited to 'media-libs/openal/openal-20020127.ebuild')
-rw-r--r--media-libs/openal/openal-20020127.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/openal/openal-20020127.ebuild b/media-libs/openal/openal-20020127.ebuild
index d5ff2e37b653..837ca1dbd6f8 100644
--- a/media-libs/openal/openal-20020127.ebuild
+++ b/media-libs/openal/openal-20020127.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-20020127.ebuild,v 1.5 2002/08/14 13:08:10 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-20020127.ebuild,v 1.6 2002/09/11 20:44:44 gerk Exp $
LIBVER="0.0.6"
@@ -15,14 +15,14 @@ KEYWORDS="x86 sparc sparc64"
# documentation doesn't say which versions are required...
-DEPEND="dev-lang/nasm
+DEPEND="x86? ( dev-lang/nasm )
alsa? ( media-libs/alsa-lib )
arts? ( kde-base/arts )
esd? ( media-sound/esound )
sdl? ( media-libs/libsdl )
oggvorbis? ( media-libs/libvorbis )
smpeg? ( media-libs/smpeg )"
-
+RDEPEND=""
src_compile() {