summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/nosehtmloutput')
-rw-r--r--dev-python/nosehtmloutput/ChangeLog5
-rw-r--r--dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/nosehtmloutput/ChangeLog b/dev-python/nosehtmloutput/ChangeLog
index df354cc5e66a..018b3d8f0e1c 100644
--- a/dev-python/nosehtmloutput/ChangeLog
+++ b/dev-python/nosehtmloutput/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/nosehtmloutput
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/ChangeLog,v 1.4 2013/07/27 17:03:16 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/ChangeLog,v 1.5 2013/09/05 18:47:18 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> nosehtmloutput-0.0.4-r1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
27 Jul 2013; Matthew Thode <prometheanfire@gentoo.org>
nosehtmloutput-0.0.4-r1.ebuild:
diff --git a/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild b/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild
index 137fe81d141f..c7d82eca212b 100644
--- a/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild
+++ b/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.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/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild,v 1.3 2013/07/27 17:03:16 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild,v 1.4 2013/09/05 18:47:18 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1