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 5CEE6138350 for ; Fri, 17 Apr 2020 14:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 854A3E08C4; Fri, 17 Apr 2020 14:43:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 59F01E08C8 for ; Fri, 17 Apr 2020 14:43:34 +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 F266E34F146 for ; Fri, 17 Apr 2020 14:43:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C3D81D5 for ; Fri, 17 Apr 2020 14:43:30 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1587134602.90e149c21aef5b0c7ce56001e9f6deb3857ab3ce.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild X-VCS-Directories: net-libs/libtorrent-rasterbar/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 90e149c21aef5b0c7ce56001e9f6deb3857ab3ce X-VCS-Branch: master Date: Fri, 17 Apr 2020 14:43:30 +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: 64736997-14dd-4675-a290-a4cdaa37678c X-Archives-Hash: 29c6b81b47f76dbab099fd46aaf6b447 commit: 90e149c21aef5b0c7ce56001e9f6deb3857ab3ce Author: Craig Andrews gentoo org> AuthorDate: Fri Apr 17 14:16:53 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Fri Apr 17 14:43:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e149c2 net-libs/libtorrent-rasterbar: Python 3.8 compatibility Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Craig Andrews gentoo.org> net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild index 7a7fa09895c..11c321e7875 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_OPTIONAL=true DISTUTILS_IN_SOURCE_BUILD=true