diff options
author | 2005-01-16 21:33:01 +0000 | |
---|---|---|
committer | 2005-01-16 21:33:01 +0000 | |
commit | 64faed6b3907c4585aa658ab538a64a9056172c1 (patch) | |
tree | 243c60ebf2fe31e5b2c2bdba9d5fd74174571dba /media-sound/freqtweak/freqtweak-0.6.0.ebuild | |
parent | Stable on hppa. (diff) | |
download | historical-64faed6b3907c4585aa658ab538a64a9056172c1.tar.gz historical-64faed6b3907c4585aa658ab538a64a9056172c1.tar.bz2 historical-64faed6b3907c4585aa658ab538a64a9056172c1.zip |
fixed libsigc++ dependency to fix bug #75012.
Package-Manager: portage-2.0.51-r13
Diffstat (limited to 'media-sound/freqtweak/freqtweak-0.6.0.ebuild')
-rw-r--r-- | media-sound/freqtweak/freqtweak-0.6.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/freqtweak/freqtweak-0.6.0.ebuild b/media-sound/freqtweak/freqtweak-0.6.0.ebuild index a1438280fabf..6572b2d05822 100644 --- a/media-sound/freqtweak/freqtweak-0.6.0.ebuild +++ b/media-sound/freqtweak/freqtweak-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/freqtweak/freqtweak-0.6.0.ebuild,v 1.6 2004/12/29 03:01:17 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/freqtweak/freqtweak-0.6.0.ebuild,v 1.7 2005/01/16 21:33:01 luckyduck Exp $ IUSE="" @@ -16,7 +16,7 @@ KEYWORDS="amd64 ~ppc sparc x86" DEPEND="x11-libs/wxGTK >=sci-libs/fftw-3.0 - >=dev-libs/libsigc++-0.14 + =dev-libs/libsigc++-1.2* dev-libs/libxml2 media-sound/jack-audio-connection-kit" |