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 850C2138351 for ; Mon, 20 Apr 2020 22:58:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8EF8E0954; Mon, 20 Apr 2020 22:49:53 +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 C177EE0954 for ; Mon, 20 Apr 2020 22:49:53 +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 6E78134F10C for ; Mon, 20 Apr 2020 22:49:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F233D9C for ; Mon, 20 Apr 2020 22:49:49 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1587422126.8970fe75c1fabc3dba9ac202e72dfa6d909e637e.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lockfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lockfile/lockfile-0.12.2-r2.ebuild X-VCS-Directories: dev-python/lockfile/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 8970fe75c1fabc3dba9ac202e72dfa6d909e637e X-VCS-Branch: master Date: Mon, 20 Apr 2020 22:49:49 +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: 4c557dd5-46f5-4b83-b9f8-e99ac9ec9486 X-Archives-Hash: cf3860d556b65399948aa577c70cfcf9 commit: 8970fe75c1fabc3dba9ac202e72dfa6d909e637e Author: Matthew Thode gentoo org> AuthorDate: Mon Apr 20 22:35:26 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Apr 20 22:35:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8970fe75 dev-python/lockfile: add py38 for python-daemon Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthew Thode gentoo.org> dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild index a6b1a97de7d..61c5589f1a8 100644 --- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild +++ b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1