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 | 5c7f6bad1906992409b18c73f0e7541bf5ac2f76 (patch) | |
tree | 5fda0bce0c4a2f75bace441ccd38274bac1d2010 /media-sound/qsynth | |
parent | Version bump. (diff) | |
download | historical-5c7f6bad1906992409b18c73f0e7541bf5ac2f76.tar.gz historical-5c7f6bad1906992409b18c73f0e7541bf5ac2f76.tar.bz2 historical-5c7f6bad1906992409b18c73f0e7541bf5ac2f76.zip |
Update deps for split Qt 4.4, see bug #217187.
Package-Manager: portage-2.1.5_rc3
Diffstat (limited to 'media-sound/qsynth')
-rw-r--r-- | media-sound/qsynth/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/qsynth/qsynth-0.3.2.ebuild | 12 |
2 files changed, 14 insertions, 5 deletions
diff --git a/media-sound/qsynth/ChangeLog b/media-sound/qsynth/ChangeLog index 8d1b4c9b91a5..dde90e9ec6e8 100644 --- a/media-sound/qsynth/ChangeLog +++ b/media-sound/qsynth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/qsynth -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.36 2007/12/20 12:14:43 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.37 2008/04/14 21:05:35 flameeyes Exp $ + + 14 Apr 2008; Diego Pettenò <flameeyes@gentoo.org> qsynth-0.3.2.ebuild: + Update deps for split Qt 4.4, see bug #217187. *qsynth-0.3.2 (20 Dec 2007) 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() { |