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 | |
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)
-rw-r--r-- | games-kids/pytraffic/ChangeLog | 6 | ||||
-rw-r--r-- | games-kids/pytraffic/pytraffic-2.5.4.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/games-kids/pytraffic/ChangeLog b/games-kids/pytraffic/ChangeLog index 01fc4b423744..1784ec7ffc4e 100644 --- a/games-kids/pytraffic/ChangeLog +++ b/games-kids/pytraffic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-kids/pytraffic # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/pytraffic/ChangeLog,v 1.11 2010/04/25 15:38:49 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/pytraffic/ChangeLog,v 1.12 2010/10/10 23:15:57 mr_bones_ Exp $ + + 10 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org> + pytraffic-2.5.4.ebuild: + EAPI=2 (bug #340401) 25 Apr 2010; Tupone Alfredo <tupone@gentoo.org> pytraffic-2.5.4.ebuild: Force python2 fixing bug #312253 by arfrever@gentoo.org 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" |