diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-13 01:32:44 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-13 01:32:44 +0000 |
commit | 90ab33912a841a0c9cc03fbf3c398e0dc38bca62 (patch) | |
tree | d59421e5e104234e290820169c0c107c403fff26 /games-strategy | |
parent | Change which to type -P for QA. (diff) | |
download | gentoo-2-90ab33912a841a0c9cc03fbf3c398e0dc38bca62.tar.gz gentoo-2-90ab33912a841a0c9cc03fbf3c398e0dc38bca62.tar.bz2 gentoo-2-90ab33912a841a0c9cc03fbf3c398e0dc38bca62.zip |
Change which to type -P for QA.
(Portage version: 2.1.2.1)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/boson/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/boson/boson-0.13.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-strategy/boson/ChangeLog b/games-strategy/boson/ChangeLog index 7fea616cfddd..d7e4a65c411d 100644 --- a/games-strategy/boson/ChangeLog +++ b/games-strategy/boson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/boson # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.28 2007/02/16 00:10:42 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.29 2007/03/13 01:32:44 wolf31o2 Exp $ + + 13 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> boson-0.13.ebuild: + Change which to type -P for QA. 16 Feb 2007; Tristan Heaven <nyhm@gentoo.org> +files/boson-0.13-cmake.patch, +files/boson-0.13-linux-headers.patch, diff --git a/games-strategy/boson/boson-0.13.ebuild b/games-strategy/boson/boson-0.13.ebuild index 2037bad3175e..b97623c34480 100644 --- a/games-strategy/boson/boson-0.13.ebuild +++ b/games-strategy/boson/boson-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.13.ebuild,v 1.2 2007/02/16 00:10:42 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.13.ebuild,v 1.3 2007/03/13 01:32:44 wolf31o2 Exp $ inherit eutils kde-functions toolchain-funcs @@ -40,8 +40,8 @@ src_unpack() { src_compile() { cmake \ - -DCMAKE_C_COMPILER=$(which $(tc-getCC)) \ - -DCMAKE_CXX_COMPILER=$(which $(tc-getCXX)) \ + -DCMAKE_C_COMPILER=$(type -P $(tc-getCC)) \ + -DCMAKE_CXX_COMPILER=$(type -P $(tc-getCXX)) \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDEDIR=$(kde-config --prefix) \ |