summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-07-27 16:55:49 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-07-27 16:55:49 +0000
commit40dd4f87bbddf02a5319db1514986a896496141e (patch)
tree3c29ef389485b0b1137d0a51a09e9186e318f36d /dev-python
parentupdated a python dep to include the proper stuff for distutils-r1 (diff)
downloadgentoo-2-40dd4f87bbddf02a5319db1514986a896496141e.tar.gz
gentoo-2-40dd4f87bbddf02a5319db1514986a896496141e.tar.bz2
gentoo-2-40dd4f87bbddf02a5319db1514986a896496141e.zip
added more python versions to be allowed for
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/nosehtmloutput/ChangeLog6
-rw-r--r--dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/nosehtmloutput/ChangeLog b/dev-python/nosehtmloutput/ChangeLog
index 2412c6a71e7f..dade073b0d31 100644
--- a/dev-python/nosehtmloutput/ChangeLog
+++ b/dev-python/nosehtmloutput/ChangeLog
@@ -1,6 +1,10 @@
# 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.2 2013/07/27 16:51:45 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/ChangeLog,v 1.3 2013/07/27 16:55:49 prometheanfire Exp $
+
+ 27 Jul 2013; Matthew Thode <prometheanfire@gentoo.org>
+ nosehtmloutput-0.0.4-r1.ebuild:
+ added more python versions to be allowed for
*nosehtmloutput-0.0.4-r1 (27 Jul 2013)
diff --git a/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild b/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild
index a23826a73f05..725ca3d736e1 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.1 2013/07/27 16:51:45 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild,v 1.2 2013/07/27 16:55:49 prometheanfire Exp $
EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
inherit distutils-r1