summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pkginfo/ChangeLog5
-rw-r--r--dev-python/pkginfo/pkginfo-1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pkginfo/ChangeLog b/dev-python/pkginfo/ChangeLog
index 6f382f5f729c..f096943147ac 100644
--- a/dev-python/pkginfo/ChangeLog
+++ b/dev-python/pkginfo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pkginfo
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v 1.5 2013/06/07 05:50:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v 1.6 2013/06/07 05:55:56 idella4 Exp $
+
+ 07 Jun 2013; Ian Delaney <idella4@gentoo.org> pkginfo-1.0.ebuild:
+ drop py2.5
*pkginfo-1.0 (07 Jun 2013)
diff --git a/dev-python/pkginfo/pkginfo-1.0.ebuild b/dev-python/pkginfo/pkginfo-1.0.ebuild
index eec0cbf776c0..37cd63801942 100644
--- a/dev-python/pkginfo/pkginfo-1.0.ebuild
+++ b/dev-python/pkginfo/pkginfo-1.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-1.0.ebuild,v 1.1 2013/06/07 05:50:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-1.0.ebuild,v 1.2 2013/06/07 05:55:56 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
inherit distutils-r1