diff options
author | 2007-02-24 19:24:13 +0000 | |
---|---|---|
committer | 2007-02-24 19:24:13 +0000 | |
commit | 7b5db7576b7a3441c97dd76a2afe5d45cf11aeba (patch) | |
tree | a1fa8c2f2af43f1ede2031bffc20f6a11e943d0b /games-util/mattricks/mattricks-0.7.ebuild | |
parent | multilib-strict fix (diff) | |
download | historical-7b5db7576b7a3441c97dd76a2afe5d45cf11aeba.tar.gz historical-7b5db7576b7a3441c97dd76a2afe5d45cf11aeba.tar.bz2 historical-7b5db7576b7a3441c97dd76a2afe5d45cf11aeba.zip |
Works with wxpython-2.6 as well
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'games-util/mattricks/mattricks-0.7.ebuild')
-rw-r--r-- | games-util/mattricks/mattricks-0.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-util/mattricks/mattricks-0.7.ebuild b/games-util/mattricks/mattricks-0.7.ebuild index 1488a31f3b05..c97c5ad9c674 100644 --- a/games-util/mattricks/mattricks-0.7.ebuild +++ b/games-util/mattricks/mattricks-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild,v 1.3 2005/09/02 19:42:15 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild,v 1.4 2007/02/24 19:24:13 dev-zero Exp $ inherit distutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="ppc x86" IUSE="" -DEPEND="<dev-python/wxpython-2.5 +DEPEND="<dev-python/wxpython-2.8 dev-python/pyxml" S=${WORKDIR}/${MY_P} |