summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-09-19 12:10:33 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-09-19 12:10:33 +0000
commit980284b89e1c5942e58a29a7ee786555fb5cd5e5 (patch)
tree6972935d73864cf6d4501ee32d49a046c21171c8 /games-strategy/freeorion
parentRevision bump to 1.7.0.40-r1 for bug #67266, checksum change reported by Ortw... (diff)
downloadgentoo-2-980284b89e1c5942e58a29a7ee786555fb5cd5e5.tar.gz
gentoo-2-980284b89e1c5942e58a29a7ee786555fb5cd5e5.tar.bz2
gentoo-2-980284b89e1c5942e58a29a7ee786555fb5cd5e5.zip
fix PYTHON_COMPAT
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-strategy/freeorion')
-rw-r--r--games-strategy/freeorion/ChangeLog5
-rw-r--r--games-strategy/freeorion/freeorion-0.4.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/freeorion/ChangeLog b/games-strategy/freeorion/ChangeLog
index 1dfb3899ca4c..045589ccd44e 100644
--- a/games-strategy/freeorion/ChangeLog
+++ b/games-strategy/freeorion/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/freeorion
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.6 2013/09/16 18:20:55 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.7 2013/09/19 12:10:33 hasufell Exp $
+
+ 19 Sep 2013; Julian Ospald <hasufell@gentoo.org> freeorion-0.4.3.ebuild:
+ fix PYTHON_COMPAT
*freeorion-0.4.3 (16 Sep 2013)
diff --git a/games-strategy/freeorion/freeorion-0.4.3.ebuild b/games-strategy/freeorion/freeorion-0.4.3.ebuild
index 1b0130f9335f..cce40fa61006 100644
--- a/games-strategy/freeorion/freeorion-0.4.3.ebuild
+++ b/games-strategy/freeorion/freeorion-0.4.3.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-strategy/freeorion/freeorion-0.4.3.ebuild,v 1.1 2013/09/16 18:20:55 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.3.ebuild,v 1.2 2013/09/19 12:10:33 hasufell Exp $
EAPI=5
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+PYTHON_COMPAT=( python2_6 python2_7 )
inherit cmake-utils python-any-r1 games
myPN="FreeOrion"