diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-10-10 23:53:40 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-10-10 23:53:40 +0000 |
commit | 2759b674ffa3a315c28342fef533c152e4d0586f (patch) | |
tree | 299b0236a585be9cdc42f3bab48f3cee5aca6315 /dev-python/waitress | |
parent | Add ruby21 support. (diff) | |
download | gentoo-2-2759b674ffa3a315c28342fef533c152e4d0586f.tar.gz gentoo-2-2759b674ffa3a315c28342fef533c152e4d0586f.tar.bz2 gentoo-2-2759b674ffa3a315c28342fef533c152e4d0586f.zip |
correction to dep nose
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/waitress')
-rw-r--r-- | dev-python/waitress/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/waitress/waitress-0.8.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/waitress/ChangeLog b/dev-python/waitress/ChangeLog index 1135cf20c504..fe41a689de8c 100644 --- a/dev-python/waitress/ChangeLog +++ b/dev-python/waitress/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/waitress # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/waitress/ChangeLog,v 1.9 2014/05/21 05:45:44 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/waitress/ChangeLog,v 1.10 2014/10/10 23:53:40 idella4 Exp $ + + 10 Oct 2014; Ian Delaney <idella4@gentoo.org> waitress-0.8.9.ebuild: + correction to dep nose 21 May 2014; Ian Delaney <idella4@gentoo.org> +files/waitress-0.8.9-doc.patch, waitress-0.8.9.ebuild: diff --git a/dev-python/waitress/waitress-0.8.9.ebuild b/dev-python/waitress/waitress-0.8.9.ebuild index 49bd324d51e2..d07680404943 100644 --- a/dev-python/waitress/waitress-0.8.9.ebuild +++ b/dev-python/waitress/waitress-0.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/waitress/waitress-0.8.9.ebuild,v 1.2 2014/05/21 05:45:44 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/waitress/waitress-0.8.9.ebuild,v 1.3 2014/10/10 23:53:40 idella4 Exp $ EAPI=5 @@ -21,7 +21,7 @@ IUSE="doc test" RDEPEND="" DEPEND="${RDEPEND} app-arch/unzip - test? ( dev-python/nose )" + test? ( dev-python/nose[${PYTHON_USEDEP}] )" python_prepare_all() { if use doc; then |