diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-08-24 15:56:54 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-08-24 15:56:54 +0000 |
commit | baccee819d91eb3adb835ba00788020d9e395cf3 (patch) | |
tree | 74a4ba1db267834911a7e5ba37f588d1f8be413b /media-sound | |
parent | stable for x86 (diff) | |
download | gentoo-2-baccee819d91eb3adb835ba00788020d9e395cf3.tar.gz gentoo-2-baccee819d91eb3adb835ba00788020d9e395cf3.tar.bz2 gentoo-2-baccee819d91eb3adb835ba00788020d9e395cf3.zip |
Correct comment.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/k3guitune/k3guitune-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/k3guitune/k3guitune-0.5.ebuild b/media-sound/k3guitune/k3guitune-0.5.ebuild index a9d951be14c7..55f6a6cf386e 100644 --- a/media-sound/k3guitune/k3guitune-0.5.ebuild +++ b/media-sound/k3guitune/k3guitune-0.5.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-sound/k3guitune/k3guitune-0.5.ebuild,v 1.1 2005/08/24 09:19:00 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-0.5.ebuild,v 1.2 2005/08/24 15:56:54 greg_g Exp $ inherit kde eutils @@ -24,7 +24,7 @@ src_unpack() { } src_compile() { - # the test for jack always fails. + # jack support needs a version of bio2jack not released yet. local myconf="$(use_enable alsa) $(use_enable arts) $(use_enable oss) --disable-jack" |