diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-07-27 17:03:16 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-07-27 17:03:16 +0000 |
commit | d0e7e51678273b38f30e3d20c501d72e8fcda57d (patch) | |
tree | fdcd6f47f66d737ffd714d99929a7c8530bf8c48 /dev-python/nosehtmloutput | |
parent | added more python versions to be allowed for (diff) | |
download | gentoo-2-d0e7e51678273b38f30e3d20c501d72e8fcda57d.tar.gz gentoo-2-d0e7e51678273b38f30e3d20c501d72e8fcda57d.tar.bz2 gentoo-2-d0e7e51678273b38f30e3d20c501d72e8fcda57d.zip |
MORE PYTHON USEDEPS PLEASE
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/nosehtmloutput')
-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 dade073b0d31..df354cc5e66a 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.3 2013/07/27 16:55:49 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/ChangeLog,v 1.4 2013/07/27 17:03:16 prometheanfire Exp $ + + 27 Jul 2013; Matthew Thode <prometheanfire@gentoo.org> + nosehtmloutput-0.0.4-r1.ebuild: + MORE PYTHON USEDEPS PLEASE 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 725ca3d736e1..137fe81d141f 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.2 2013/07/27 16:55:49 prometheanfire Exp $ +# $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 $ EAPI=5 -PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) inherit distutils-r1 |