summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Kapusta <ayoy@gentoo.org>2009-10-06 17:15:42 +0000
committerDominik Kapusta <ayoy@gentoo.org>2009-10-06 17:15:42 +0000
commitc16535b195cba6e50c501750da9470fdc40ecfee (patch)
tree5524ea12c93b39d9f3a408b3ff13794d61dc6984 /media-sound/qsynth
parentMarked ~x86-solaris, bug #287910 (diff)
downloadhistorical-c16535b195cba6e50c501750da9470fdc40ecfee.tar.gz
historical-c16535b195cba6e50c501750da9470fdc40ecfee.tar.bz2
historical-c16535b195cba6e50c501750da9470fdc40ecfee.zip
Removed alternative dependency on Qt metapackage
Package-Manager: portage-2.2_rc43/cvs/Linux x86_64
Diffstat (limited to 'media-sound/qsynth')
-rw-r--r--media-sound/qsynth/ChangeLog5
-rw-r--r--media-sound/qsynth/qsynth-0.3.4.ebuild9
2 files changed, 7 insertions, 7 deletions
diff --git a/media-sound/qsynth/ChangeLog b/media-sound/qsynth/ChangeLog
index 5539bed56077..942d1675ec5b 100644
--- a/media-sound/qsynth/ChangeLog
+++ b/media-sound/qsynth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/qsynth
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.47 2009/05/10 19:01:23 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.48 2009/10/06 17:12:34 ayoy Exp $
+
+ 06 Oct 2009; Dominik Kapusta <ayoy@gentoo.org> qsynth-0.3.4.ebuild:
+ Removed alternative dependency on Qt metapackage
*qsynth-0.3.4 (10 May 2009)
diff --git a/media-sound/qsynth/qsynth-0.3.4.ebuild b/media-sound/qsynth/qsynth-0.3.4.ebuild
index 67a1afb037d4..ef80db87c063 100644
--- a/media-sound/qsynth/qsynth-0.3.4.ebuild
+++ b/media-sound/qsynth/qsynth-0.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.4.ebuild,v 1.1 2009/05/10 19:01:23 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.4.ebuild,v 1.2 2009/10/06 17:12:34 ayoy Exp $
EAPI=2
@@ -15,11 +15,8 @@ SLOT="0"
IUSE="debug jack alsa pulseaudio"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-DEPEND="
- || ( (
- x11-libs/qt-core:4
- x11-libs/qt-gui:4
- ) =x11-libs/qt-4.3*:4 )
+DEPEND="x11-libs/qt-core:4
+ x11-libs/qt-gui:4
>=media-sound/fluidsynth-1.0.7a[jack?,alsa?,pulseaudio?]
!pulseaudio? ( !jack? ( !alsa? ( >=media-sound/fluidsynth-1.0.7a[oss] ) ) )"
RDEPEND="${DEPEND}"