summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-07-27 21:34:59 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-07-27 21:34:59 +0000
commita7c409a5aea0574e5123caa131df244e7b8e9c43 (patch)
treee0c12787162f10eef8bc6baf3c87573587e8c536 /media-sound/qmidiroute
parentQA: Get rid of deprecated qt_min_version(). (diff)
downloadhistorical-a7c409a5aea0574e5123caa131df244e7b8e9c43.tar.gz
historical-a7c409a5aea0574e5123caa131df244e7b8e9c43.tar.bz2
historical-a7c409a5aea0574e5123caa131df244e7b8e9c43.zip
QA: Get rid of deprecated qt_min_version().
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'media-sound/qmidiroute')
-rw-r--r--media-sound/qmidiroute/ChangeLog7
-rw-r--r--media-sound/qmidiroute/qmidiroute-0.2.1.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/qmidiroute/ChangeLog b/media-sound/qmidiroute/ChangeLog
index ae2a151a921e..b54a56343ed7 100644
--- a/media-sound/qmidiroute/ChangeLog
+++ b/media-sound/qmidiroute/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/qmidiroute
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qmidiroute/ChangeLog,v 1.2 2007/01/05 17:47:03 flameeyes Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmidiroute/ChangeLog,v 1.3 2008/07/27 21:34:59 carlo Exp $
+
+ 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qmidiroute-0.2.1.ebuild:
+ QA: Get rid of deprecated qt_min_version().
05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
qmidiroute-0.2.1.ebuild:
diff --git a/media-sound/qmidiroute/qmidiroute-0.2.1.ebuild b/media-sound/qmidiroute/qmidiroute-0.2.1.ebuild
index a1ba812a6785..45b62f92ff60 100644
--- a/media-sound/qmidiroute/qmidiroute-0.2.1.ebuild
+++ b/media-sound/qmidiroute/qmidiroute-0.2.1.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/qmidiroute/qmidiroute-0.2.1.ebuild,v 1.3 2007/08/07 03:01:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmidiroute/qmidiroute-0.2.1.ebuild,v 1.4 2008/07/27 21:34:59 carlo Exp $
+
+EAPI=1
inherit eutils qt3
@@ -13,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="$(qt_min_version 3.2)
+DEPEND="x11-libs/qt:3
>=media-libs/alsa-lib-0.9.0
x11-libs/libX11"