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 5C0DF138359 for ; Wed, 19 Aug 2020 22:50:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B798E0AF7; Wed, 19 Aug 2020 22:50:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 72F68E0AF7 for ; Wed, 19 Aug 2020 22:50:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5FF5234F378 for ; Wed, 19 Aug 2020 22:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71D17310 for ; Wed, 19 Aug 2020 22:50:23 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1597877390.99bbe9d658e992ca98afa7460281f2eddaaae458.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-language-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-language-server/python-language-server-0.34.1.ebuild X-VCS-Directories: dev-python/python-language-server/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 99bbe9d658e992ca98afa7460281f2eddaaae458 X-VCS-Branch: master Date: Wed, 19 Aug 2020 22:50: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: 70c52c9c-f740-495a-ac7b-7644ad8d2cc6 X-Archives-Hash: 9f942ad3485e6564440303497661fd31 commit: 99bbe9d658e992ca98afa7460281f2eddaaae458 Author: Matt Turner gentoo org> AuthorDate: Fri Jul 17 21:18:39 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Aug 19 22:49:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bbe9d6 dev-python/python-language-server: Add Python 3.8 compatibility Signed-off-by: Matt Turner gentoo.org> dev-python/python-language-server/python-language-server-0.34.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-language-server/python-language-server-0.34.1.ebuild b/dev-python/python-language-server/python-language-server-0.34.1.ebuild index d96d7cc61a1..ecdf65416d5 100644 --- a/dev-python/python-language-server/python-language-server-0.34.1.ebuild +++ b/dev-python/python-language-server/python-language-server-0.34.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend