From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC4CD138334 for ; Sat, 14 Dec 2019 00:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15480E08EF; Sat, 14 Dec 2019 00:41:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F345EE08EF for ; Sat, 14 Dec 2019 00:41:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 356F734D7E7 for ; Sat, 14 Dec 2019 00:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 660A1904 for ; Sat, 14 Dec 2019 00:41:23 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1576284067.5a64f2ee7a9e230b39f799722f14fe9435695d40.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-singledispatch/python-singledispatch-0.ebuild X-VCS-Directories: virtual/python-singledispatch/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5a64f2ee7a9e230b39f799722f14fe9435695d40 X-VCS-Branch: master Date: Sat, 14 Dec 2019 00:41:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a227a53f-1f34-4362-8351-69420752241f X-Archives-Hash: 63b03818ff99199efaad6d0448e8fa7a commit: 5a64f2ee7a9e230b39f799722f14fe9435695d40 Author: David Seifert gentoo org> AuthorDate: Sat Dec 14 00:41:07 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Dec 14 00:41:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a64f2ee virtual/python-singledispatch: [QA] Remove dead python impl Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild index 62d41a97eb9..de4f135df52 100644 --- a/virtual/python-singledispatch/python-singledispatch-0.ebuild +++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild @@ -13,4 +13,4 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)" + $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 pypy)"