diff options
-rw-r--r-- | dev-python/nosehtmloutput/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild | 4 |
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 |