diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-17 14:26:51 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-17 14:26:51 +0000 |
commit | a87fa40d8f4eaa8d99490f85c99b95264823d87c (patch) | |
tree | e44bd1b29793fb065793458c0ec95ae0f720a007 /app-cdr/k3b | |
parent | Marked ppc stable for bug #85617. (diff) | |
download | gentoo-2-a87fa40d8f4eaa8d99490f85c99b95264823d87c.tar.gz gentoo-2-a87fa40d8f4eaa8d99490f85c99b95264823d87c.tar.bz2 gentoo-2-a87fa40d8f4eaa8d99490f85c99b95264823d87c.zip |
Pass --without-resmgr to configure.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-cdr/k3b')
-rw-r--r-- | app-cdr/k3b/k3b-0.11.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/k3b/k3b-0.11.22.ebuild b/app-cdr/k3b/k3b-0.11.22.ebuild index e85bbd9480aa..71bebe968d8c 100644 --- a/app-cdr/k3b/k3b-0.11.22.ebuild +++ b/app-cdr/k3b/k3b-0.11.22.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/app-cdr/k3b/k3b-0.11.22.ebuild,v 1.1 2005/03/16 17:44:58 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.11.22.ebuild,v 1.2 2005/03/17 14:26:51 greg_g Exp $ inherit kde eutils @@ -59,7 +59,7 @@ src_unpack() { src_compile() { local _S=${S} local myconf="--enable-libsuffix= $(use_with kde k3bsetup) - --with-external-libsamplerate + --with-external-libsamplerate --without-resmgr $(use_with oggvorbis) $(use_with mad libmad) $(use_with flac)" |