diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
commit | 8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 (patch) | |
tree | 1781f0242b83e446554db1ade147758513eab1c5 /games-puzzle/pathological | |
parent | updating deps for distutils-r1 and ~ stuff, also adding init scripts and stuf... (diff) | |
download | gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.gz gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.bz2 gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-puzzle/pathological')
-rw-r--r-- | games-puzzle/pathological/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/pathological/pathological-1.1.3-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/pathological/ChangeLog b/games-puzzle/pathological/ChangeLog index 063c3744b5af..37f5977bd2b7 100644 --- a/games-puzzle/pathological/ChangeLog +++ b/games-puzzle/pathological/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/pathological # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/ChangeLog,v 1.27 2013/08/04 11:47:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/ChangeLog,v 1.28 2013/09/05 19:44:42 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> pathological-1.1.3-r3.ebuild: + Clean up PYTHON_COMPAT from old implementations. 04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> pathological-1.1.3-r3.ebuild: Stable for ia64, wrt bug #477428 diff --git a/games-puzzle/pathological/pathological-1.1.3-r3.ebuild b/games-puzzle/pathological/pathological-1.1.3-r3.ebuild index c7c78a7974b7..7c1508000553 100644 --- a/games-puzzle/pathological/pathological-1.1.3-r3.ebuild +++ b/games-puzzle/pathological/pathological-1.1.3-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3-r3.ebuild,v 1.6 2013/08/04 11:47:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3-r3.ebuild,v 1.7 2013/09/05 19:44:42 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) +PYTHON_COMPAT=( python2_6 python2_7 ) inherit eutils python-single-r1 games DESCRIPTION="An enriched clone of the game 'Logical' by Rainbow Arts" |