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 CC2F11382C5 for ; Thu, 4 Jun 2020 07:56:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F2B9E099B; Thu, 4 Jun 2020 07:56:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 06C93E099B for ; Thu, 4 Jun 2020 07:56:23 +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 068A7335C56 for ; Thu, 4 Jun 2020 07:56:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0594E259 for ; Thu, 4 Jun 2020 07:56:20 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1591257363.1d7e2574a33d47a4d162b188083f53be827a2c0b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kaitaistruct/kaitaistruct-0.8.ebuild X-VCS-Directories: dev-python/kaitaistruct/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1d7e2574a33d47a4d162b188083f53be827a2c0b X-VCS-Branch: master Date: Thu, 4 Jun 2020 07:56:20 +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: 41ab21ea-3d96-41a5-a05d-24d11d4fdfeb X-Archives-Hash: 0cda5248cda716d161a6fc539c565c11 commit: 1d7e2574a33d47a4d162b188083f53be827a2c0b Author: Alexander Barker 1stleg com> AuthorDate: Thu Jun 4 07:50:20 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jun 4 07:56:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7e2574 dev-python/kaitaistruct: Add python3_7 Bug: https://bugs.gentoo.org/718796 Signed-off-by: Alex Barker 1stleg.com> Signed-off-by: Joonas Niilola gentoo.org> dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild index c932baa405f..626735a49c2 100644 --- a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild +++ b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1