diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-10 23:15:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-10 23:15:57 +0000 |
commit | 4b8364e02a8a0a8d6a3e1aac543bfeb60684f480 (patch) | |
tree | c742a046a5780ccc91b2666914996b14b0d48ffa /games-kids/pytraffic/pytraffic-2.5.4.ebuild | |
parent | Remove old versions. (diff) | |
download | gentoo-2-4b8364e02a8a0a8d6a3e1aac543bfeb60684f480.tar.gz gentoo-2-4b8364e02a8a0a8d6a3e1aac543bfeb60684f480.tar.bz2 gentoo-2-4b8364e02a8a0a8d6a3e1aac543bfeb60684f480.zip |
EAPI=2 (bug #340401)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-kids/pytraffic/pytraffic-2.5.4.ebuild')
-rw-r--r-- | games-kids/pytraffic/pytraffic-2.5.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-kids/pytraffic/pytraffic-2.5.4.ebuild b/games-kids/pytraffic/pytraffic-2.5.4.ebuild index 26142bfbe2ef..0431f3665770 100644 --- a/games-kids/pytraffic/pytraffic-2.5.4.ebuild +++ b/games-kids/pytraffic/pytraffic-2.5.4.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/pytraffic/pytraffic-2.5.4.ebuild,v 1.5 2010/04/25 15:38:49 tupone Exp $ -PYTHON_DEPEND="2" +# $Header: /var/cvsroot/gentoo-x86/games-kids/pytraffic/pytraffic-2.5.4.ebuild,v 1.6 2010/10/10 23:15:57 mr_bones_ Exp $ +EAPI=2 +PYTHON_DEPEND="2" inherit python distutils eutils games DESCRIPTION="Python version of the board game Rush Hour" @@ -14,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -DEPEND="media-libs/libsdl +DEPEND="media-libs/libsdl[audio] media-libs/sdl-mixer" RDEPEND="${DEPEND} dev-python/pygtk" |