diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-11-29 11:05:19 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-11-29 11:05:19 +0000 |
commit | e2e4aa722d057a13fe3549835f7d718c76d0686e (patch) | |
tree | c1202e77732cf36335022563110402b363b09b37 /app-cdr | |
parent | Change oggvorbis flag into vorbis (#94254). (diff) | |
download | gentoo-2-e2e4aa722d057a13fe3549835f7d718c76d0686e.tar.gz gentoo-2-e2e4aa722d057a13fe3549835f7d718c76d0686e.tar.bz2 gentoo-2-e2e4aa722d057a13fe3549835f7d718c76d0686e.zip |
Complete previous commit.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/k3b/k3b-0.11.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/k3b/k3b-0.11.24.ebuild b/app-cdr/k3b/k3b-0.11.24.ebuild index d3d7f62aace5..519a25e35a2a 100644 --- a/app-cdr/k3b/k3b-0.11.24.ebuild +++ b/app-cdr/k3b/k3b-0.11.24.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.24.ebuild,v 1.6 2005/11/29 10:57:41 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.11.24.ebuild,v 1.7 2005/11/29 11:05:19 greg_g Exp $ inherit kde eutils @@ -59,7 +59,7 @@ src_compile() { local _S=${S} local myconf="--enable-libsuffix= $(use_with kde k3bsetup) --with-external-libsamplerate --without-resmgr - $(use_with oggvorbis) $(use_with mad libmad) + $(use_with vorbis oggvorbis) $(use_with mad libmad) $(use_with flac)" |