summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 19:04:17 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 19:04:17 +0000
commit425a9d1c3bb10bba8bfa617740eebde16ddf6054 (patch)
tree79d4bd7ea81e9ed8915816f5a6844182c022cd5e /sci-geosciences/qgis
parentClean up PYTHON_COMPAT from old implementations. (diff)
downloadgentoo-2-425a9d1c3bb10bba8bfa617740eebde16ddf6054.tar.gz
gentoo-2-425a9d1c3bb10bba8bfa617740eebde16ddf6054.tar.bz2
gentoo-2-425a9d1c3bb10bba8bfa617740eebde16ddf6054.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 'sci-geosciences/qgis')
-rw-r--r--sci-geosciences/qgis/ChangeLog5
-rw-r--r--sci-geosciences/qgis/qgis-1.8.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-geosciences/qgis/ChangeLog b/sci-geosciences/qgis/ChangeLog
index e06991023338..6d5887a211fa 100644
--- a/sci-geosciences/qgis/ChangeLog
+++ b/sci-geosciences/qgis/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-geosciences/qgis
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.30 2013/05/29 16:31:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.31 2013/09/05 19:04:17 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> qgis-1.8.0.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
29 May 2013; Justin Lecher <jlec@gentoo.org> qgis-1.8.0.ebuild, metadata.xml:
Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE,
diff --git a/sci-geosciences/qgis/qgis-1.8.0.ebuild b/sci-geosciences/qgis/qgis-1.8.0.ebuild
index 9986f23caa82..d18d3e3c0e0e 100644
--- a/sci-geosciences/qgis/qgis-1.8.0.ebuild
+++ b/sci-geosciences/qgis/qgis-1.8.0.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/sci-geosciences/qgis/qgis-1.8.0.ebuild,v 1.3 2013/05/29 16:31:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild,v 1.4 2013/09/05 19:04:17 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+PYTHON_COMPAT=( python2_6 python2_7 )
PYTHON_REQ_USE="sqlite"
inherit eutils multilib gnome2-utils cmake-utils python-single-r1