Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
Date: Sat, 14 Dec 2019 00:41:28
Message-Id: 1576284067.5a64f2ee7a9e230b39f799722f14fe9435695d40.soap@gentoo
1 commit: 5a64f2ee7a9e230b39f799722f14fe9435695d40
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 14 00:41:07 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 14 00:41:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a64f2ee
7
8 virtual/python-singledispatch: [QA] Remove dead python impl
9
10 Package-Manager: Portage-2.3.81, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
17 index 62d41a97eb9..de4f135df52 100644
18 --- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
19 +++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
20 @@ -13,4 +13,4 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux
21 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
22
23 RDEPEND="${PYTHON_DEPS}
24 - $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"
25 + $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 pypy)"