diff options
author | 2004-12-02 01:46:04 +0000 | |
---|---|---|
committer | 2004-12-02 01:46:04 +0000 | |
commit | 53b0c1be195e4c88f7760b7ed9a8654c32d30fd8 (patch) | |
tree | 0aeaa46617ba286b8a0055fa271df01f1fb40982 /games-puzzle/cuyo | |
parent | security patch to fix possible local exploit from users in the games group (b... (diff) | |
download | gentoo-2-53b0c1be195e4c88f7760b7ed9a8654c32d30fd8.tar.gz gentoo-2-53b0c1be195e4c88f7760b7ed9a8654c32d30fd8.tar.bz2 gentoo-2-53b0c1be195e4c88f7760b7ed9a8654c32d30fd8.zip |
use set-qtdir not need-qt
Diffstat (limited to 'games-puzzle/cuyo')
-rw-r--r-- | games-puzzle/cuyo/cuyo-1.8.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/cuyo/cuyo-1.8.5.ebuild b/games-puzzle/cuyo/cuyo-1.8.5.ebuild index 0a5251d26afe..7884ca31a340 100644 --- a/games-puzzle/cuyo/cuyo-1.8.5.ebuild +++ b/games-puzzle/cuyo/cuyo-1.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.5.ebuild,v 1.2 2004/12/01 08:22:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.5.ebuild,v 1.3 2004/12/02 01:46:04 mr_bones_ Exp $ inherit kde-functions games @@ -30,7 +30,7 @@ src_unpack() { } src_compile() { - need-qt 3 + set-qtdir 3 export PATH="${QTDIR}/bin:${PATH}" # bug #70861 egamesconf \ --with-qt \ |