summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2007-03-13 00:34:19 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2007-03-13 00:34:19 +0000
commit9df2c9d72df94aa2755a6826f98e48e91e750509 (patch)
tree7dea96f0731ae3c5284016ed2a2dea6a10d74b35 /sci-misc/boinc/boinc-5.5.6.ebuild
parentReplaced text-markup by tex (text-markup split). (diff)
downloadgentoo-2-9df2c9d72df94aa2755a6826f98e48e91e750509.tar.gz
gentoo-2-9df2c9d72df94aa2755a6826f98e48e91e750509.tar.bz2
gentoo-2-9df2c9d72df94aa2755a6826f98e48e91e750509.zip
QA: which -> type -P
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'sci-misc/boinc/boinc-5.5.6.ebuild')
-rw-r--r--sci-misc/boinc/boinc-5.5.6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-misc/boinc/boinc-5.5.6.ebuild b/sci-misc/boinc/boinc-5.5.6.ebuild
index bff5b0bd9c17..221266e7e29c 100644
--- a/sci-misc/boinc/boinc-5.5.6.ebuild
+++ b/sci-misc/boinc/boinc-5.5.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.5.6.ebuild,v 1.5 2006/11/23 16:17:55 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.5.6.ebuild,v 1.6 2007/03/13 00:34:19 kugelfang Exp $
inherit eutils
@@ -56,7 +56,7 @@ src_compile() {
econf \
--enable-client \
--disable-static-client \
- --with-wx-config=$(which wx-config-2.6) \
+ --with-wx-config=$(type -P wx-config-2.6) \
$(use_enable unicode) \
$(use_enable server) \
$(use_with X x) || die "econf failed"