diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-10-02 03:51:36 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-10-02 03:51:36 +0000 |
commit | 6fa9e0772bfb9b3652533b5c0d2a17cdede433b9 (patch) | |
tree | 95535f151754ec27a12e4d449ab69f40c8a9f39a /games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild | |
parent | Lock wxpython to 2.6. (diff) | |
download | gentoo-2-6fa9e0772bfb9b3652533b5c0d2a17cdede433b9.tar.gz gentoo-2-6fa9e0772bfb9b3652533b5c0d2a17cdede433b9.tar.bz2 gentoo-2-6fa9e0772bfb9b3652533b5c0d2a17cdede433b9.zip |
Lock wxpython to 2.6.
(Portage version: 2.1.3.11)
Diffstat (limited to 'games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild')
-rw-r--r-- | games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild b/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild index a493424faf0a..4fdb97a9ad4e 100644 --- a/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild +++ b/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild,v 1.2 2007/07/25 17:38:42 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild,v 1.3 2007/10/02 03:51:36 dirtyepic Exp $ inherit eutils python multilib games @@ -17,9 +17,9 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="dev-python/pygame - dev-python/wxpython" + =dev-python/wxpython-2.6*" -S=${WORKDIR}/${MY_PN} +S="${WORKDIR}/${MY_PN}" src_unpack() { unpack ${A} |