diff options
Diffstat (limited to 'games-rpg/openrpg/openrpg-1.6.1.ebuild')
-rw-r--r-- | games-rpg/openrpg/openrpg-1.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/openrpg/openrpg-1.6.1.ebuild b/games-rpg/openrpg/openrpg-1.6.1.ebuild index 11bce4fd6e0d..04516d25709e 100644 --- a/games-rpg/openrpg/openrpg-1.6.1.ebuild +++ b/games-rpg/openrpg/openrpg-1.6.1.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-rpg/openrpg/openrpg-1.6.1.ebuild,v 1.5 2004/06/24 23:16:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/openrpg/openrpg-1.6.1.ebuild,v 1.6 2004/07/03 12:00:18 kloeri Exp $ inherit games eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc ~amd64" IUSE="" -DEPEND=">=dev-python/wxPython-2.4.0.2 +DEPEND=">=dev-python/wxpython-2.4.0.2 >=dev-lang/python-2.2.2" S="${WORKDIR}/${PN}1" |