diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-25 20:19:11 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-25 20:19:11 +0000 |
commit | 5548e9814dd973b51c1dacd95281da538a81c66c (patch) | |
tree | 1a12de17e78de982857b9667d3bf3621eba91ee8 /games-arcade | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-5548e9814dd973b51c1dacd95281da538a81c66c.tar.gz gentoo-2-5548e9814dd973b51c1dacd95281da538a81c66c.tar.bz2 gentoo-2-5548e9814dd973b51c1dacd95281da538a81c66c.zip |
Fix deprecation warnings.
(Portage version: 2.2.0_alpha30_p2/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/whichwayisup/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-arcade/whichwayisup/ChangeLog b/games-arcade/whichwayisup/ChangeLog index 55eef362347f..fbba0b81eb20 100644 --- a/games-arcade/whichwayisup/ChangeLog +++ b/games-arcade/whichwayisup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/whichwayisup -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/ChangeLog,v 1.16 2010/05/04 04:39:17 tupone Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/ChangeLog,v 1.17 2011/04/25 20:19:11 arfrever Exp $ + + 25 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + whichwayisup-0.7.9.ebuild: + Fix deprecation warnings. 04 May 2010; Tupone Alfredo <tupone@gentoo.org> whichwayisup-0.7.9.ebuild: Force python2 fixing bug #312235 by arfrever@gentoo.org diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild index b917575113f3..fc85f34938b8 100644 --- a/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild +++ b/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild,v 1.9 2010/05/04 04:39:17 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild,v 1.10 2011/04/25 20:19:11 arfrever Exp $ PYTHON_DEPEND="2" -EAPI=2 +EAPI=3 inherit eutils python games MY_PV=${PV//./} |