diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-18 19:43:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-18 19:43:58 +0000 |
commit | 0c4a897f238e9648d422d8a42fa89e6c22510fce (patch) | |
tree | b4f27db138ca99614fec2f48753a216d5a566a40 /games-puzzle/cuyo | |
parent | removing quotes from filter-flags (diff) | |
download | historical-0c4a897f238e9648d422d8a42fa89e6c22510fce.tar.gz historical-0c4a897f238e9648d422d8a42fa89e6c22510fce.tar.bz2 historical-0c4a897f238e9648d422d8a42fa89e6c22510fce.zip |
guess qt-3.2.x fails, setting back to qt-2
Diffstat (limited to 'games-puzzle/cuyo')
-rw-r--r-- | games-puzzle/cuyo/cuyo-1.8.1.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/games-puzzle/cuyo/cuyo-1.8.1.ebuild b/games-puzzle/cuyo/cuyo-1.8.1.ebuild index 542ac30f8426..753e658f3fd4 100644 --- a/games-puzzle/cuyo/cuyo-1.8.1.ebuild +++ b/games-puzzle/cuyo/cuyo-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.1.ebuild,v 1.1 2003/09/14 03:41:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.1.ebuild,v 1.2 2003/09/18 19:43:58 vapier Exp $ inherit games @@ -15,7 +15,7 @@ KEYWORDS="x86 ppc" DEPEND="virtual/glibc virtual/x11 - x11-libs/qt" + =x11-libs/qt-2*" src_unpack() { unpack ${A} @@ -24,10 +24,11 @@ src_unpack() { } src_compile() { - local qtver= - has_version =x11-libs/qt-3* \ - && qtver=3 \ - || qtver=2 +# local qtver= +# has_version =x11-libs/qt-3* \ +# && qtver=3 \ +# || qtver=2 + qtver=2 egamesconf \ --with-qt \ --with-qt-dir=/usr/qt/${qtver} \ |