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 | |
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')
-rw-r--r-- | games-kids/tuxmathscrabble/ChangeLog | 5 | ||||
-rw-r--r-- | games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-kids/tuxmathscrabble/ChangeLog b/games-kids/tuxmathscrabble/ChangeLog index b7c3da7481bf..eedd57eae005 100644 --- a/games-kids/tuxmathscrabble/ChangeLog +++ b/games-kids/tuxmathscrabble/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-kids/tuxmathscrabble # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.11 2007/07/24 17:07:24 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.12 2007/10/02 03:51:36 dirtyepic Exp $ + + 02 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> tuxmathscrabble-4.2.ebuild: + Lock wxpython to 2.6. *tuxmathscrabble-4.2 (24 Jul 2007) 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} |