diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-13 21:02:49 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-13 21:02:49 +0000 |
commit | 24df9cb02896232539d329a0a02871bdacb71049 (patch) | |
tree | 5d9eea36517fc6917c5d3f782bdd5a9e423d1ef3 /games-action/slune | |
parent | Initial import, #95633. (diff) | |
download | gentoo-2-24df9cb02896232539d329a0a02871bdacb71049.tar.gz gentoo-2-24df9cb02896232539d329a0a02871bdacb71049.tar.bz2 gentoo-2-24df9cb02896232539d329a0a02871bdacb71049.zip |
Changed the dependency on py2play to require 0.1.9 due to bug #103524.
(Portage version: 2.1)
Diffstat (limited to 'games-action/slune')
-rw-r--r-- | games-action/slune/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/slune/slune-1.0.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/slune/ChangeLog b/games-action/slune/ChangeLog index 4c649494ab28..f3913b20a630 100644 --- a/games-action/slune/ChangeLog +++ b/games-action/slune/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/slune # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.14 2006/04/23 01:47:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.15 2006/06/13 21:02:49 wolf31o2 Exp $ + + 13 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> slune-1.0.11.ebuild: + Changed the dependency on py2play to require 0.1.9 due to bug #103524. *slune-1.0.11 (23 Apr 2006) diff --git a/games-action/slune/slune-1.0.11.ebuild b/games-action/slune/slune-1.0.11.ebuild index 46936cfcca69..694c7cfb2650 100644 --- a/games-action/slune/slune-1.0.11.ebuild +++ b/games-action/slune/slune-1.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.11.ebuild,v 1.1 2006/04/23 01:47:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.11.ebuild,v 1.2 2006/06/13 21:02:49 wolf31o2 Exp $ inherit distutils @@ -17,7 +17,7 @@ DEPEND="virtual/opengl >=media-libs/libsdl-1.2.6 >=dev-lang/python-2.2.2 >=dev-python/soya-0.9 - >=dev-python/py2play-0.1.6 + >=dev-python/py2play-0.1.9 >=dev-python/pyopenal-0.1.3 >=dev-python/pyogg-1.1 >=dev-python/pyvorbis-1.1" |