summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Jones <cretin@gentoo.org>2003-11-12 19:32:09 +0000
committerStefan Jones <cretin@gentoo.org>2003-11-12 19:32:09 +0000
commitaffc0eb082157f89b1cbc8717f83e25f667c5a91 (patch)
tree80a0f684b2b0701901adca9a765e205be04816fd /dev-util/oprofile
parentInitial version. Fixes bug 29768. (diff)
downloadhistorical-affc0eb082157f89b1cbc8717f83e25f667c5a91.tar.gz
historical-affc0eb082157f89b1cbc8717f83e25f667c5a91.tar.bz2
historical-affc0eb082157f89b1cbc8717f83e25f667c5a91.zip
Fix qt dependancy
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r--dev-util/oprofile/Manifest2
-rw-r--r--dev-util/oprofile/oprofile-0.7.ebuild4
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/oprofile/Manifest b/dev-util/oprofile/Manifest
index bf225c8fb61e..4f424b05823d 100644
--- a/dev-util/oprofile/Manifest
+++ b/dev-util/oprofile/Manifest
@@ -1,3 +1,3 @@
+MD5 b29026b16af26da6d993b64b0ec648dc oprofile-0.7.ebuild 1656
MD5 a513bd34276fa8264699aba3e0c0dc98 ChangeLog 385
-MD5 9f22f8e463a7306f32be6be6b42a9aa3 oprofile-0.7.ebuild 1607
MD5 06028442781220898a045871c9db7de6 files/digest-oprofile-0.7 64
diff --git a/dev-util/oprofile/oprofile-0.7.ebuild b/dev-util/oprofile/oprofile-0.7.ebuild
index 866fc652545a..305db73164ce 100644
--- a/dev-util/oprofile/oprofile-0.7.ebuild
+++ b/dev-util/oprofile/oprofile-0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.7.ebuild,v 1.2 2003/10/24 05:10:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.7.ebuild,v 1.3 2003/11/12 19:32:08 cretin Exp $
DESCRIPTION="A transparent low-overhead system-wide profiler"
HOMEPAGE="http://oprofile.sourceforge.net"
@@ -22,6 +22,8 @@ src_compile() {
local myconf=""
+ use qt || myconf="${myconf} --with-qt-dir=/void"
+
myconf="${myconf} --with-x"
# note: compilation has only been tested with a 2.4 kernel
case $KV in