diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-07-10 00:58:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-07-10 00:58:36 +0000 |
commit | 1670df39602e12c68a71aab5fb06c0283687b85f (patch) | |
tree | c76ad31ae62b721886ca0ea3f134850a4857159d /games-arcade/funnyboat/funnyboat-1.3.ebuild | |
parent | webapp.eclass: einfo->elog (diff) | |
download | historical-1670df39602e12c68a71aab5fb06c0283687b85f.tar.gz historical-1670df39602e12c68a71aab5fb06c0283687b85f.tar.bz2 historical-1670df39602e12c68a71aab5fb06c0283687b85f.zip |
fix dep for bug #139701
Package-Manager: portage-2.1.1_pre2-r6
Diffstat (limited to 'games-arcade/funnyboat/funnyboat-1.3.ebuild')
-rw-r--r-- | games-arcade/funnyboat/funnyboat-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/funnyboat/funnyboat-1.3.ebuild b/games-arcade/funnyboat/funnyboat-1.3.ebuild index d93093e5455e..8f1251b59bbc 100644 --- a/games-arcade/funnyboat/funnyboat-1.3.ebuild +++ b/games-arcade/funnyboat/funnyboat-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/funnyboat-1.3.ebuild,v 1.1 2006/07/07 08:30:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/funnyboat-1.3.ebuild,v 1.2 2006/07/10 00:58:36 mr_bones_ Exp $ inherit eutils games @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -RDEPEND="dev-python/pygame" +RDEPEND=">=dev-python/pygame-1.6.2" S=${WORKDIR}/${PN} |