diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-14 22:25:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-14 22:25:08 +0000 |
commit | 99ac04b1dfb24f75aede7801f81166840765fbc0 (patch) | |
tree | d69bb529abd2a59163ad8f5a23f8e64201f0e91a /games-util/mattricks | |
parent | fix dependency on pkgconfig for only gtk/gnome. bug #68168 (Manifest recommit) (diff) | |
download | gentoo-2-99ac04b1dfb24f75aede7801f81166840765fbc0.tar.gz gentoo-2-99ac04b1dfb24f75aede7801f81166840765fbc0.tar.bz2 gentoo-2-99ac04b1dfb24f75aede7801f81166840765fbc0.zip |
fixed bug #74427
Diffstat (limited to 'games-util/mattricks')
-rw-r--r-- | games-util/mattricks/mattricks-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/mattricks/mattricks-0.6.ebuild b/games-util/mattricks/mattricks-0.6.ebuild index e8ae55678b2c..ba895d00f4b9 100644 --- a/games-util/mattricks/mattricks-0.6.ebuild +++ b/games-util/mattricks/mattricks-0.6.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-util/mattricks/mattricks-0.6.ebuild,v 1.2 2004/09/05 08:23:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/mattricks-0.6.ebuild,v 1.3 2004/12/14 22:25:08 mr_bones_ Exp $ inherit distutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="dev-python/wxpython +DEPEND="<dev-python/wxpython-2.5 dev-python/pyxml" S="${WORKDIR}/${MY_P}" |