diff options
author | 2002-07-13 15:09:27 +0000 | |
---|---|---|
committer | 2002-07-13 15:09:27 +0000 | |
commit | 6e5ac4b47855005915d2331713f2510b243dd7b8 (patch) | |
tree | 965a1aa5c6104ce97281c2b622abe5d1d3278dd5 /media-sound | |
parent | minor ebuild fixage (diff) | |
download | gentoo-2-6e5ac4b47855005915d2331713f2510b243dd7b8.tar.gz gentoo-2-6e5ac4b47855005915d2331713f2510b243dd7b8.tar.bz2 gentoo-2-6e5ac4b47855005915d2331713f2510b243dd7b8.zip |
set-kdedir needs an argument...
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/zinf/zinf-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/zinf/zinf-2.2.0.ebuild b/media-sound/zinf/zinf-2.2.0.ebuild index ce32f67798fd..2530ceb36819 100644 --- a/media-sound/zinf/zinf-2.2.0.ebuild +++ b/media-sound/zinf/zinf-2.2.0.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-sound/zinf/zinf-2.2.0.ebuild,v 1.2 2002/07/13 14:58:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/zinf-2.2.0.ebuild,v 1.3 2002/07/13 15:09:27 drobbins Exp $ inherit kde-functions @@ -41,7 +41,7 @@ src_unpack() { } src_compile() { - set-kdedir + set-kdedir 3 local myconf use alsa || myconf="${myconf} --disable-alsa" use esd || myconf="${myconf} --disable-esd" |