diff options
author | Stefan Jones <cretin@gentoo.org> | 2003-11-12 19:32:09 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2003-11-12 19:32:09 +0000 |
commit | e8d8768aa06f8ebe24615c86ee045280f5a15c7e (patch) | |
tree | 9fcc4ab5f0a47f6907c4035355a920392c4bc3cb /dev-util/oprofile | |
parent | Initial version. Fixes bug 29768. (diff) | |
download | gentoo-2-e8d8768aa06f8ebe24615c86ee045280f5a15c7e.tar.gz gentoo-2-e8d8768aa06f8ebe24615c86ee045280f5a15c7e.tar.bz2 gentoo-2-e8d8768aa06f8ebe24615c86ee045280f5a15c7e.zip |
Fix qt dependancy
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r-- | dev-util/oprofile/Manifest | 2 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.7.ebuild | 4 |
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 |