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 | 9b4ac84974956b5e4b67059409cd5f275547f7b9 (patch) | |
tree | e2549dc8a9a2a7db829ff9db401593693e2e6387 /dev-util/oprofile/oprofile-0.9.1-r1.ebuild | |
parent | USE flag qt->qt3/qt4 change bug #137785 (diff) | |
download | gentoo-2-9b4ac84974956b5e4b67059409cd5f275547f7b9.tar.gz gentoo-2-9b4ac84974956b5e4b67059409cd5f275547f7b9.tar.bz2 gentoo-2-9b4ac84974956b5e4b67059409cd5f275547f7b9.zip |
USE flag qt->qt3/qt4 change bug #137785
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'dev-util/oprofile/oprofile-0.9.1-r1.ebuild')
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.1-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/oprofile/oprofile-0.9.1-r1.ebuild b/dev-util/oprofile/oprofile-0.9.1-r1.ebuild index 0ff11dfc431a..74faa6be45cb 100644 --- a/dev-util/oprofile/oprofile-0.9.1-r1.ebuild +++ b/dev-util/oprofile/oprofile-0.9.1-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.1-r1.ebuild,v 1.5 2006/06/13 10:13:01 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.1-r1.ebuild,v 1.6 2006/06/24 01:21:42 cardoe Exp $ inherit eutils qt3 @@ -13,11 +13,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} @@ -32,7 +32,7 @@ src_compile() { local myconf="" - if use qt + if use qt3 then REALHOME="$HOME" mkdir -p $T/fakehome/.kde |