Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doit-py/
Date: Sat, 03 Sep 2016 17:21:56
Message-Id: 1472923235.5b3a9f2b39fa9b539ebc979f50a82e1763ab890e.floppym@gentoo
1 commit: 5b3a9f2b39fa9b539ebc979f50a82e1763ab890e
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 3 17:20:35 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 17:20:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3a9f2b
7
8 dev-python/doit-py: depend on virtual/python-singledispatch
9
10 Package-Manager: portage-2.3.0_p24
11
12 dev-python/doit-py/doit-py-0.4.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/doit-py/doit-py-0.4.0.ebuild b/dev-python/doit-py/doit-py-0.4.0.ebuild
16 index 086f6e1..95841b2 100644
17 --- a/dev-python/doit-py/doit-py-0.4.0.ebuild
18 +++ b/dev-python/doit-py/doit-py-0.4.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -19,7 +19,7 @@ IUSE="doc test"
26 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
27 test? ( dev-python/pytest[${PYTHON_USEDEP}]
28 dev-python/coverage[${PYTHON_USEDEP}]
29 - dev-python/singledispatch[${PYTHON_USEDEP}]
30 + virtual/python-singledispatch[${PYTHON_USEDEP}]
31 app-text/hunspell )
32 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
33 RDEPEND="