diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-07 15:30:15 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-07 15:30:15 +0000 |
commit | 952478479c4259ddc02ee1c9a37b4efd80d0fa20 (patch) | |
tree | ce0c2dfa435bb0b657f390ea6c165b9688596394 /media-sound/qsynth/qsynth-0.2.4.ebuild | |
parent | Drop virtual/libc dependency. (diff) | |
download | gentoo-2-952478479c4259ddc02ee1c9a37b4efd80d0fa20.tar.gz gentoo-2-952478479c4259ddc02ee1c9a37b4efd80d0fa20.tar.bz2 gentoo-2-952478479c4259ddc02ee1c9a37b4efd80d0fa20.zip |
Drop virtual/libc dependency.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-sound/qsynth/qsynth-0.2.4.ebuild')
-rw-r--r-- | media-sound/qsynth/qsynth-0.2.4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/qsynth/qsynth-0.2.4.ebuild b/media-sound/qsynth/qsynth-0.2.4.ebuild index f95fa3171ea5..d73653be1201 100644 --- a/media-sound/qsynth/qsynth-0.2.4.ebuild +++ b/media-sound/qsynth/qsynth-0.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.4.ebuild,v 1.1 2005/11/06 06:42:04 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.4.ebuild,v 1.2 2006/03/07 15:30:15 flameeyes Exp $ DESCRIPTION="A Qt application to control FluidSynth" HOMEPAGE="http://qsynth.sf.net/" @@ -11,8 +11,7 @@ SLOT="0" IUSE="" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -DEPEND="virtual/libc - =x11-libs/qt-3* +DEPEND="=x11-libs/qt-3* media-sound/fluidsynth" src_compile() { |