summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-05-21 11:17:20 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-05-21 11:17:20 +0000
commit5d3c875abcd0c48a52570d26d3acaab26a021321 (patch)
treee335ab9a8dce3f7b387a7ba7e5e52b4d4abfb1d5 /media-sound/lame/lame-3.96.1.ebuild
parentfix patch (diff)
downloadgentoo-2-5d3c875abcd0c48a52570d26d3acaab26a021321.tar.gz
gentoo-2-5d3c875abcd0c48a52570d26d3acaab26a021321.tar.bz2
gentoo-2-5d3c875abcd0c48a52570d26d3acaab26a021321.zip
dont force the use of nasm by default on x86, fixes bug #93279
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-sound/lame/lame-3.96.1.ebuild')
-rw-r--r--media-sound/lame/lame-3.96.1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/media-sound/lame/lame-3.96.1.ebuild b/media-sound/lame/lame-3.96.1.ebuild
index 1ed14923190e..f2a79c26e052 100644
--- a/media-sound/lame/lame-3.96.1.ebuild
+++ b/media-sound/lame/lame-3.96.1.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/lame/lame-3.96.1.ebuild,v 1.14 2005/05/15 14:28:45 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.96.1.ebuild,v 1.15 2005/05/21 11:17:20 luckyduck Exp $
inherit flag-o-matic toolchain-funcs eutils
@@ -16,7 +16,6 @@ IUSE="gtk debug"
RDEPEND=">=sys-libs/ncurses-5.2
gtk? ( =x11-libs/gtk+-1.2* )"
DEPEND="${RDEPEND}
- x86? ( dev-lang/nasm )
sys-devel/autoconf"
src_unpack() {
@@ -60,7 +59,6 @@ src_compile() {
econf \
--enable-shared \
- $(use_enable x86 nasm) \
--enable-mp3rtp \
${myconf} || die