diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-07-27 16:51:46 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-07-27 16:51:46 +0000 |
commit | 70d8811ce9bd16dfa1e3fab794563ac3d2f170a1 (patch) | |
tree | dc4c89fdba7f1c884041071bcccdbb8a6c764983 /dev-python/nosehtmloutput | |
parent | Fix documentation, bug 478362 (thanks bkohler@gmail.com). (diff) | |
download | gentoo-2-70d8811ce9bd16dfa1e3fab794563ac3d2f170a1.tar.gz gentoo-2-70d8811ce9bd16dfa1e3fab794563ac3d2f170a1.tar.bz2 gentoo-2-70d8811ce9bd16dfa1e3fab794563ac3d2f170a1.zip |
updated a python dep to include the proper stuff for distutils-r1
(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 | 9 | ||||
-rw-r--r-- | dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild (renamed from dev-python/nosehtmloutput/nosehtmloutput-0.0.4.ebuild) | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-python/nosehtmloutput/ChangeLog b/dev-python/nosehtmloutput/ChangeLog index 3a020a7eedd5..2412c6a71e7f 100644 --- a/dev-python/nosehtmloutput/ChangeLog +++ b/dev-python/nosehtmloutput/ChangeLog @@ -1,10 +1,15 @@ # 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.1 2013/01/21 09:23:22 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/ChangeLog,v 1.2 2013/07/27 16:51:45 prometheanfire Exp $ + +*nosehtmloutput-0.0.4-r1 (27 Jul 2013) + + 27 Jul 2013; Matthew Thode <prometheanfire@gentoo.org> + +nosehtmloutput-0.0.4-r1.ebuild, -nosehtmloutput-0.0.4.ebuild: + updated a python dep to include the proper stuff for distutils-r1 *nosehtmloutput-0.0.4 (21 Jan 2013) 21 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> +nosehtmloutput-0.0.4.ebuild, +metadata.xml: adding nosehtmloutput of python-cinderclient - diff --git a/dev-python/nosehtmloutput/nosehtmloutput-0.0.4.ebuild b/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild index bbeb63eddd97..a23826a73f05 100644 --- a/dev-python/nosehtmloutput/nosehtmloutput-0.0.4.ebuild +++ b/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild @@ -1,6 +1,6 @@ # 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.ebuild,v 1.1 2013/01/21 09:23:22 prometheanfire Exp $ +# $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 $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -17,5 +17,5 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/nose" -RDEPEND="dev-python/nose" + dev-python/nose[${PYTHON_USEDEP}]" +RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" |