diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-04-14 21:05:35 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-04-14 21:05:35 +0000 |
commit | 4c0b15838df39787a850ec08b75af73b614172ed (patch) | |
tree | e3cb97e70ed641d849cd193c092fa5c10a3d4243 /media-sound/qsynth/qsynth-0.3.2.ebuild | |
parent | Update deps for split Qt 4.4, see bug #217187. (diff) | |
download | gentoo-2-4c0b15838df39787a850ec08b75af73b614172ed.tar.gz gentoo-2-4c0b15838df39787a850ec08b75af73b614172ed.tar.bz2 gentoo-2-4c0b15838df39787a850ec08b75af73b614172ed.zip |
Update deps for split Qt 4.4, see bug #217187.
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'media-sound/qsynth/qsynth-0.3.2.ebuild')
-rw-r--r-- | media-sound/qsynth/qsynth-0.3.2.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/media-sound/qsynth/qsynth-0.3.2.ebuild b/media-sound/qsynth/qsynth-0.3.2.ebuild index 398cfec91a2c..5c23e1718714 100644 --- a/media-sound/qsynth/qsynth-0.3.2.ebuild +++ b/media-sound/qsynth/qsynth-0.3.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.2.ebuild,v 1.1 2007/12/20 12:14:43 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.2.ebuild,v 1.2 2008/04/14 21:05:35 flameeyes Exp $ + +EAPI=1 inherit qt4 eutils flag-o-matic @@ -13,7 +15,11 @@ SLOT="0" IUSE="debug jack alsa" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -DEPEND="$(qt4_min_version 4.2) +DEPEND=" + || ( ( + x11-libs/qt-core:4 + x11-libs/qt-gui:4 + ) >=x11-libs/qt-4.2:4 ) >=media-sound/fluidsynth-1.0.7a" pkg_setup() { |