summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-01-07 18:56:07 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-01-07 18:56:07 +0000
commit046bcb7cb37878fc5a16aa2be5ac2651b66fd0a2 (patch)
treefc3a055acf4fe81c6dc9e9c053da5325bcbe819c
parentQA: need-kde() needs to be called after R/DEPEND. (diff)
downloadgentoo-2-046bcb7cb37878fc5a16aa2be5ac2651b66fd0a2.tar.gz
gentoo-2-046bcb7cb37878fc5a16aa2be5ac2651b66fd0a2.tar.bz2
gentoo-2-046bcb7cb37878fc5a16aa2be5ac2651b66fd0a2.zip
QA: need-qt() needs to be called after R/DEPEND.
(Portage version: 2.0.53)
-rw-r--r--media-sound/qjackctl/ChangeLog7
-rw-r--r--media-sound/qjackctl/qjackctl-0.2.15.ebuild11
2 files changed, 9 insertions, 9 deletions
diff --git a/media-sound/qjackctl/ChangeLog b/media-sound/qjackctl/ChangeLog
index 4ef1c135b7a5..8c0e5ecf0df3 100644
--- a/media-sound/qjackctl/ChangeLog
+++ b/media-sound/qjackctl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/qjackctl
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.29 2005/12/10 10:25:21 eldad Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.30 2006/01/07 18:56:07 carlo Exp $
+
+ 07 Jan 2006; Carsten Lohrke <carlo@gentoo.org> qjackctl-0.2.15.ebuild:
+ QA: need-qt() needs to be called after R/DEPEND.
*qjackctl-0.2.19a (10 Dec 2005)
diff --git a/media-sound/qjackctl/qjackctl-0.2.15.ebuild b/media-sound/qjackctl/qjackctl-0.2.15.ebuild
index e82dbe1a97d7..3259acd4ddcf 100644
--- a/media-sound/qjackctl/qjackctl-0.2.15.ebuild
+++ b/media-sound/qjackctl/qjackctl-0.2.15.ebuild
@@ -1,13 +1,9 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.2.15.ebuild,v 1.2 2005/07/28 14:48:35 caleb Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.2.15.ebuild,v 1.3 2006/01/07 18:56:07 carlo Exp $
inherit eutils kde-functions
-need-qt 3
-
DESCRIPTION="A Qt application to control the JACK Audio Connection Kit and ALSA sequencer connections."
HOMEPAGE="http://qjackctl.sf.net/"
SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz"
@@ -15,11 +11,12 @@ SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
DEPEND="virtual/libc
media-libs/alsa-lib
- =x11-libs/qt-3*
media-sound/jack-audio-connection-kit"
+need-qt 3
src_install() {
make prefix="${D}/usr" DESTDIR="${D}" install || die "make install failed"