summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-30 23:29:18 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-30 23:29:18 +0000
commit14ce158298a8b92613907a507b75b05a3accf74f (patch)
tree9b421c2e6d2ed752d86349903cf1151550a27209 /media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild
parentVersion bump #117206 by Michael Cramer. (diff)
downloadgentoo-2-14ce158298a8b92613907a507b75b05a3accf74f.tar.gz
gentoo-2-14ce158298a8b92613907a507b75b05a3accf74f.tar.bz2
gentoo-2-14ce158298a8b92613907a507b75b05a3accf74f.zip
Limit userland_Darwin conditional.
(Portage version: 2.1_pre2)
Diffstat (limited to 'media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild')
-rw-r--r--media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild b/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild
index 5cfc22837461..17e773fe5edc 100644
--- a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild
+++ b/media-libs/ladspa-cmt/ladspa-cmt-1.15.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-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild,v 1.20 2005/09/30 15:32:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild,v 1.21 2005/12/30 23:29:18 flameeyes Exp $
inherit eutils
@@ -31,12 +31,10 @@ src_unpack() {
|| die "sed makefile failed"
cd "${S}"
- if use userland_Darwin ; then
- epatch ${FILESDIR}/${PN}-darwin.patch
- # gcc-4 bails
- sed -i -e 's|-Werror||g' makefile \
- || die "sed makefile failed"
- fi
+ use userland_Darwin && epatch ${FILESDIR}/${PN}-darwin.patch
+ # gcc-4 bails
+ sed -i -e 's|-Werror||g' makefile \
+ || die "sed makefile failed"
}
src_compile() {