diff options
Diffstat (limited to 'dev-util/oprofile/oprofile-0.9-r1.ebuild')
-rw-r--r-- | dev-util/oprofile/oprofile-0.9-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/oprofile/oprofile-0.9-r1.ebuild b/dev-util/oprofile/oprofile-0.9-r1.ebuild index b0c0954aceb5..d0bc62b20c66 100644 --- a/dev-util/oprofile/oprofile-0.9-r1.ebuild +++ b/dev-util/oprofile/oprofile-0.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9-r1.ebuild,v 1.2 2006/06/13 10:13:01 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9-r1.ebuild,v 1.3 2006/06/24 01:21:42 cardoe Exp $ inherit eutils qt3 @@ -12,11 +12,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" # IUSE: it also needs kernel sources but all gentoo users have them -IUSE="qt" +IUSE="qt3" DEPEND=">=dev-libs/popt-1.7-r1 >=sys-devel/binutils-2.14.90.0.6-r3 >=sys-libs/glibc-2.3.2-r1 - qt? ( $(qt_min_version 3.3) )" + qt3? ( $(qt_min_version 3.3) )" src_unpack() { unpack ${A} @@ -30,7 +30,7 @@ src_compile() { local myconf="" - if use qt + if use qt3 then REALHOME="$HOME" mkdir -p $T/fakehome/.kde |