diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-02 04:10:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-02 04:10:20 +0000 |
commit | 0c91711ce9e1bc807c6c384e0dff154c96963f09 (patch) | |
tree | 24658ef79a0ea0e31294bf74d815c110b89d29e6 /games-kids | |
parent | Lock wxpython to 2.6. (diff) | |
download | gentoo-2-0c91711ce9e1bc807c6c384e0dff154c96963f09.tar.gz gentoo-2-0c91711ce9e1bc807c6c384e0dff154c96963f09.tar.bz2 gentoo-2-0c91711ce9e1bc807c6c384e0dff154c96963f09.zip |
no quotes there
(Portage version: 2.1.3.9)
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild b/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild index 4fdb97a9ad4e..cb591058332b 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.3 2007/10/02 03:51:36 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild,v 1.4 2007/10/02 04:10:20 mr_bones_ Exp $ inherit eutils python multilib games @@ -19,7 +19,7 @@ IUSE="" DEPEND="dev-python/pygame =dev-python/wxpython-2.6*" -S="${WORKDIR}/${MY_PN}" +S=${WORKDIR}/${MY_PN} src_unpack() { unpack ${A} |