diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-22 21:37:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-22 21:37:46 +0000 |
commit | 66330ef5295f308d53bc216cb066de8054010a7b (patch) | |
tree | ad843f81281e9a52408f48f3f10f62b0fd021e96 /games-puzzle/cuyo | |
parent | Do not install shuffle. We use the one from hmmer. (diff) | |
download | gentoo-2-66330ef5295f308d53bc216cb066de8054010a7b.tar.gz gentoo-2-66330ef5295f308d53bc216cb066de8054010a7b.tar.bz2 gentoo-2-66330ef5295f308d53bc216cb066de8054010a7b.zip |
use slot dep instead of qt3 function
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle/cuyo')
-rw-r--r-- | games-puzzle/cuyo/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/cuyo/cuyo-1.8.6.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-puzzle/cuyo/ChangeLog b/games-puzzle/cuyo/ChangeLog index 4f9590975d77..031bf675d268 100644 --- a/games-puzzle/cuyo/ChangeLog +++ b/games-puzzle/cuyo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/cuyo # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.17 2008/02/19 17:34:39 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.18 2008/06/22 21:37:46 mr_bones_ Exp $ + + 22 Jun 2008; Michael Sterrett <mr_bones_@gentoo.org> cuyo-1.8.6.ebuild: + use slot dep instead of qt3 function 19 Feb 2008; nixnut <nixnut@gentoo.org> cuyo-1.8.6.ebuild: Stable on ppc wrt bug 210368 diff --git a/games-puzzle/cuyo/cuyo-1.8.6.ebuild b/games-puzzle/cuyo/cuyo-1.8.6.ebuild index e1b5f3d1e8c1..6adaad113b20 100644 --- a/games-puzzle/cuyo/cuyo-1.8.6.ebuild +++ b/games-puzzle/cuyo/cuyo-1.8.6.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.6.ebuild,v 1.5 2008/02/19 17:34:39 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.6.ebuild,v 1.6 2008/06/22 21:37:46 mr_bones_ Exp $ +EAPI=1 inherit toolchain-funcs eutils qt3 games DESCRIPTION="highly addictive and remotely related to tetris" @@ -13,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="$(qt_min_version 3.3)" +DEPEND=">=x11-libs/qt-3.3:3" S=${WORKDIR}/${P/_} |