summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-09-01 18:56:39 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-09-01 18:56:39 +0000
commit7d3809bac8ed85d6d56123ce5dd15afa34c0646e (patch)
treeeb837feafa53fab9b197bbef4394f7b05fe4bc17 /media-sound/gamix
parentNew maintainer: Raúl 'armin76' Porcel (diff)
downloadgentoo-2-7d3809bac8ed85d6d56123ce5dd15afa34c0646e.tar.gz
gentoo-2-7d3809bac8ed85d6d56123ce5dd15afa34c0646e.tar.bz2
gentoo-2-7d3809bac8ed85d6d56123ce5dd15afa34c0646e.zip
cosmetic improvements
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'media-sound/gamix')
-rw-r--r--media-sound/gamix/gamix-1.99_p14-r2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/gamix/gamix-1.99_p14-r2.ebuild b/media-sound/gamix/gamix-1.99_p14-r2.ebuild
index cb38a79a635b..aa04c2535750 100644
--- a/media-sound/gamix/gamix-1.99_p14-r2.ebuild
+++ b/media-sound/gamix/gamix-1.99_p14-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gamix/gamix-1.99_p14-r2.ebuild,v 1.5 2006/08/29 20:05:45 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gamix/gamix-1.99_p14-r2.ebuild,v 1.6 2006/09/01 18:56:39 genstef Exp $
MY_P=${P/_p/.p}
S=${WORKDIR}/${MY_P}
@@ -17,9 +17,9 @@ DEPEND="media-libs/alsa-lib
>=x11-libs/gtk+-2"
src_compile() {
- local myconf
- myconf="--with-gtk-target=-2.0"
- econf `use_enable nls` ${myconf} || die "./configure failed"
+ econf \
+ $(use_enable nls) \
+ --with-gtk-target=-2.0 || die "./configure failed"
emake || die
}