diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-28 21:24:17 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-28 21:24:17 +0000 |
commit | a6688b722defb553756f009a72784a11d2eb1376 (patch) | |
tree | 4a8499ed76ffc124c989199bff074ec01e751086 /media-sound/qsynth | |
parent | QA: Get rid of deprecated qt?_min_version(). Quoting issues. (diff) | |
download | historical-a6688b722defb553756f009a72784a11d2eb1376.tar.gz historical-a6688b722defb553756f009a72784a11d2eb1376.tar.bz2 historical-a6688b722defb553756f009a72784a11d2eb1376.zip |
QA: Get rid of deprecated qt4_min_version().
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'media-sound/qsynth')
-rw-r--r-- | media-sound/qsynth/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/qsynth/qsynth-0.3.1-r1.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/media-sound/qsynth/ChangeLog b/media-sound/qsynth/ChangeLog index e02e4c26981d..b78125f0f824 100644 --- a/media-sound/qsynth/ChangeLog +++ b/media-sound/qsynth/ChangeLog @@ -1,6 +1,9 @@ # 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.42 2008/07/27 01:10:38 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.43 2008/07/28 21:24:17 carlo Exp $ + + 28 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qsynth-0.3.1-r1.ebuild: + QA: Get rid of deprecated qt4_min_version(). 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qsynth-0.3.2.ebuild, qsynth-0.3.3.ebuild: diff --git a/media-sound/qsynth/qsynth-0.3.1-r1.ebuild b/media-sound/qsynth/qsynth-0.3.1-r1.ebuild index e93d732c8f9d..3588b071a64b 100644 --- a/media-sound/qsynth/qsynth-0.3.1-r1.ebuild +++ b/media-sound/qsynth/qsynth-0.3.1-r1.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.1-r1.ebuild,v 1.6 2007/11/23 12:33:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.1-r1.ebuild,v 1.7 2008/07/28 21:24:17 carlo Exp $ + +EAPI=1 inherit qt4 eutils flag-o-matic @@ -13,7 +15,7 @@ SLOT="0" IUSE="debug jack alsa" KEYWORDS="amd64 ppc sparc x86" -DEPEND="$(qt4_min_version 4.2) +DEPEND="=x11-libs/qt-4.3*:4 >=media-sound/fluidsynth-1.0.7a" pkg_setup() { |