diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-06-24 01:21:42 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-06-24 01:21:42 +0000 |
commit | bd5fa93b59ab1a1a39ac4215dbd7bde188793cb5 (patch) | |
tree | e863772060811ea71edbff2b585b34fa6c8759b8 /dev-util/oprofile/oprofile-0.9.ebuild | |
parent | USE flag qt->qt3/qt4 change bug #137785 (diff) | |
download | historical-bd5fa93b59ab1a1a39ac4215dbd7bde188793cb5.tar.gz historical-bd5fa93b59ab1a1a39ac4215dbd7bde188793cb5.tar.bz2 historical-bd5fa93b59ab1a1a39ac4215dbd7bde188793cb5.zip |
USE flag qt->qt3/qt4 change bug #137785
Package-Manager: portage-2.1.1_pre1-r1
Diffstat (limited to 'dev-util/oprofile/oprofile-0.9.ebuild')
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/oprofile/oprofile-0.9.ebuild b/dev-util/oprofile/oprofile-0.9.ebuild index 1795e8775def..f9310da19a4d 100644 --- a/dev-util/oprofile/oprofile-0.9.ebuild +++ b/dev-util/oprofile/oprofile-0.9.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.ebuild,v 1.6 2006/06/13 10:13:01 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.ebuild,v 1.7 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} @@ -29,7 +29,7 @@ src_compile() { local myconf="" - if use qt + if use qt3 then REALHOME="$HOME" mkdir -p $T/fakehome/.kde |