diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-14 22:26:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-14 22:26:00 +0000 |
commit | b6222a2e787e1b1c791cbeb7f4dc4cfb2db408da (patch) | |
tree | 2b931e4a0db8cfecc671858ba05bf8f814c98553 /games-rpg/openrpg/openrpg-1.6.1-r1.ebuild | |
parent | fixed bug #74427 (diff) | |
download | historical-b6222a2e787e1b1c791cbeb7f4dc4cfb2db408da.tar.gz historical-b6222a2e787e1b1c791cbeb7f4dc4cfb2db408da.tar.bz2 historical-b6222a2e787e1b1c791cbeb7f4dc4cfb2db408da.zip |
fix bug #74429
Diffstat (limited to 'games-rpg/openrpg/openrpg-1.6.1-r1.ebuild')
-rw-r--r-- | games-rpg/openrpg/openrpg-1.6.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/openrpg/openrpg-1.6.1-r1.ebuild b/games-rpg/openrpg/openrpg-1.6.1-r1.ebuild index 76207a0ffbf6..2f9bc7b0c1c8 100644 --- a/games-rpg/openrpg/openrpg-1.6.1-r1.ebuild +++ b/games-rpg/openrpg/openrpg-1.6.1-r1.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-r1.ebuild,v 1.1 2004/12/08 09:03:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/openrpg/openrpg-1.6.1-r1.ebuild,v 1.2 2004/12/14 22:26:00 mr_bones_ Exp $ inherit eutils games @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc ~amd64" IUSE="" -DEPEND=">=dev-python/wxpython-2.4.0.2 +DEPEND="<dev-python/wxpython-2.5 >=dev-lang/python-2.2.2" S="${WORKDIR}/${PN}1" |