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 5B5E1138334 for ; Wed, 4 Dec 2019 16:37:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AE93E0863; Wed, 4 Dec 2019 16:37:54 +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 DE36BE0863 for ; Wed, 4 Dec 2019 16:37:53 +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 D904034D7C8 for ; Wed, 4 Dec 2019 16:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA5598D2 for ; Wed, 4 Dec 2019 16:37:48 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1575477416.7ef3de32e8fada73fb644f04703705b40e57f83b.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/random2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/random2/random2-1.0.1-r1.ebuild X-VCS-Directories: dev-python/random2/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7ef3de32e8fada73fb644f04703705b40e57f83b X-VCS-Branch: master Date: Wed, 4 Dec 2019 16:37:48 +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: b9cd2ae9-77c9-456d-a00c-4be1d6b8a990 X-Archives-Hash: 02ed0ab885311a8514b778f8939f4c21 commit: 7ef3de32e8fada73fb644f04703705b40e57f83b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 2 21:18:44 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Dec 4 16:36:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef3de32 dev-python/random2: python3_8 No test failure. Closes: https://bugs.gentoo.org/701806 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner gentoo.org> Signed-off-by: Aaron Bauman gentoo.org> dev-python/random2/random2-1.0.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/random2/random2-1.0.1-r1.ebuild b/dev-python/random2/random2-1.0.1-r1.ebuild index 8062b634f9e..3abc43f15a3 100644 --- a/dev-python/random2/random2-1.0.1-r1.ebuild +++ b/dev-python/random2/random2-1.0.1-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) + +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit distutils-r1 DESCRIPTION="Python-2.7 random module ported to python-3"