diff options
author | 2013-03-02 22:01:34 +0000 | |
---|---|---|
committer | 2013-03-02 22:01:34 +0000 | |
commit | 7a3e664f15d973c0f63e51d01fae2e37ce36a379 (patch) | |
tree | df54ed4f8e45a9368237b9813ca8344ea21c0cb4 /media-sound | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-7a3e664f15d973c0f63e51d01fae2e37ce36a379.tar.gz gentoo-2-7a3e664f15d973c0f63e51d01fae2e37ce36a379.tar.bz2 gentoo-2-7a3e664f15d973c0f63e51d01fae2e37ce36a379.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/qsynth/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/qsynth/qsynth-0.3.6.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/media-sound/qsynth/ChangeLog b/media-sound/qsynth/ChangeLog index e352ff7ebaee..5240d65e8d01 100644 --- a/media-sound/qsynth/ChangeLog +++ b/media-sound/qsynth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/qsynth -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.57 2012/09/07 22:10:19 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.58 2013/03/02 22:01:34 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qsynth-0.3.6.ebuild: + Move Qt dependencies to the new category 07 Sep 2012; Tim Harder <radhermit@gentoo.org> metadata.xml: Remove redundant maintainer from metadata. @@ -292,4 +295,3 @@ 15 Jan 2004; Wout Mertens <wmertens@gentoo.org> qsynt-0.1.0.ebuild: Initial revision, marked stable because of simple ebuild and not a dependency for other things. - diff --git a/media-sound/qsynth/qsynth-0.3.6.ebuild b/media-sound/qsynth/qsynth-0.3.6.ebuild index dab914b1ae69..03ffeda63e29 100644 --- a/media-sound/qsynth/qsynth-0.3.6.ebuild +++ b/media-sound/qsynth/qsynth-0.3.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v 1.7 2012/05/09 04:20:27 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v 1.8 2013/03/02 22:01:34 hwoarang Exp $ EAPI=4 LANGS="cs de es ru" @@ -16,8 +16,8 @@ SLOT="0" IUSE="debug jack alsa pulseaudio" KEYWORDS="amd64 ppc x86" -DEPEND=">=x11-libs/qt-core-4.2:4 - >=x11-libs/qt-gui-4.2:4 +DEPEND=">=dev-qt/qtcore-4.2:4 + >=dev-qt/qtgui-4.2:4 >=media-sound/fluidsynth-1.0.7a[jack?,alsa?,pulseaudio?] x11-libs/libX11 !pulseaudio? ( !jack? ( !alsa? ( >=media-sound/fluidsynth-1.0.7a[oss] ) ) )" |