diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 01:10:38 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 01:10:38 +0000 |
commit | 2e20e699cd876643a00924c17e3c3ee0bfb22bbf (patch) | |
tree | 27bb92eab8642634955db6e728ac532a1946f497 /media-sound/qsynth | |
parent | Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11. (diff) | |
download | gentoo-2-2e20e699cd876643a00924c17e3c3ee0bfb22bbf.tar.gz gentoo-2-2e20e699cd876643a00924c17e3c3ee0bfb22bbf.tar.bz2 gentoo-2-2e20e699cd876643a00924c17e3c3ee0bfb22bbf.zip |
Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/qsynth')
-rw-r--r-- | media-sound/qsynth/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/qsynth/qsynth-0.3.2.ebuild | 4 | ||||
-rw-r--r-- | media-sound/qsynth/qsynth-0.3.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/qsynth/ChangeLog b/media-sound/qsynth/ChangeLog index 902fbbc00760..e02e4c26981d 100644 --- a/media-sound/qsynth/ChangeLog +++ b/media-sound/qsynth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/qsynth # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.41 2008/07/11 17:20:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.42 2008/07/27 01:10:38 carlo Exp $ + + 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qsynth-0.3.2.ebuild, + qsynth-0.3.3.ebuild: + Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11. *qsynth-0.3.3 (11 Jul 2008) diff --git a/media-sound/qsynth/qsynth-0.3.2.ebuild b/media-sound/qsynth/qsynth-0.3.2.ebuild index e3bcc9ed8227..7ab5f09cf2a4 100644 --- a/media-sound/qsynth/qsynth-0.3.2.ebuild +++ b/media-sound/qsynth/qsynth-0.3.2.ebuild @@ -1,6 +1,6 @@ # 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.5 2008/04/28 18:07:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.2.ebuild,v 1.6 2008/07/27 01:10:38 carlo Exp $ EAPI=1 @@ -19,7 +19,7 @@ DEPEND=" || ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 - ) >=x11-libs/qt-4.2:4 ) + ) =x11-libs/qt-4.3*:4 ) >=media-sound/fluidsynth-1.0.7a" pkg_setup() { diff --git a/media-sound/qsynth/qsynth-0.3.3.ebuild b/media-sound/qsynth/qsynth-0.3.3.ebuild index 63b27053ce28..dcc22f4223cf 100644 --- a/media-sound/qsynth/qsynth-0.3.3.ebuild +++ b/media-sound/qsynth/qsynth-0.3.3.ebuild @@ -1,6 +1,6 @@ # 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.3.ebuild,v 1.1 2008/07/11 17:20:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.3.ebuild,v 1.2 2008/07/27 01:10:38 carlo Exp $ EAPI=1 @@ -19,7 +19,7 @@ DEPEND=" || ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 - ) >=x11-libs/qt-4.2:4 ) + ) =x11-libs/qt-4.3*:4 ) >=media-sound/fluidsynth-1.0.7a" pkg_setup() { |