summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Kapusta <ayoy@gentoo.org>2009-10-06 17:12:34 +0000
committerDominik Kapusta <ayoy@gentoo.org>2009-10-06 17:12:34 +0000
commitefe2d53c572b9a13bdb1a4f833678237cd81d350 (patch)
treeb79805ee7ca2da8ca5fbf389f68c4d8b8d446435 /media-sound/qsynth
parentInstall latest dvdarchive script with an added config file, suggested by Rudi... (diff)
downloadgentoo-2-efe2d53c572b9a13bdb1a4f833678237cd81d350.tar.gz
gentoo-2-efe2d53c572b9a13bdb1a4f833678237cd81d350.tar.bz2
gentoo-2-efe2d53c572b9a13bdb1a4f833678237cd81d350.zip
Removed alternative dependency on Qt metapackage
(Portage version: 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}"