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 ADD93138334 for ; Tue, 17 Jul 2018 13:00:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B5C7E09AB; Tue, 17 Jul 2018 13:00:26 +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 146C0E09AB for ; Tue, 17 Jul 2018 13:00:26 +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 16020335C71 for ; Tue, 17 Jul 2018 13:00:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A66E35F for ; Tue, 17 Jul 2018 13:00:22 +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: <1531832414.7391c28eaa2743a6d92c51d3399d26facf41cb30.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/brotli/brotli-1.0.5.ebuild app-arch/brotli/brotli-9999.ebuild X-VCS-Directories: app-arch/brotli/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 7391c28eaa2743a6d92c51d3399d26facf41cb30 X-VCS-Branch: master Date: Tue, 17 Jul 2018 13:00:22 +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-Archives-Salt: 4fe38f13-9db5-413e-bdae-dbd53e00db3d X-Archives-Hash: 71124e44dae9a883cc582e1248377b6f commit: 7391c28eaa2743a6d92c51d3399d26facf41cb30 Author: Craig Andrews gentoo org> AuthorDate: Mon Jul 16 20:21:31 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Jul 17 13:00:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7391c28e app-arch/brotli: Enable py3.7 Package-Manager: Portage-2.3.43, Repoman-2.3.10 app-arch/brotli/brotli-1.0.5.ebuild | 2 +- app-arch/brotli/brotli-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/brotli/brotli-1.0.5.ebuild b/app-arch/brotli/brotli-1.0.5.ebuild index e06daa440b9..13c06932944 100644 --- a/app-arch/brotli/brotli-1.0.5.ebuild +++ b/app-arch/brotli/brotli-1.0.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) DISTUTILS_OPTIONAL="1" inherit cmake-utils distutils-r1 eapi7-ver diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild index e06daa440b9..13c06932944 100644 --- a/app-arch/brotli/brotli-9999.ebuild +++ b/app-arch/brotli/brotli-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) DISTUTILS_OPTIONAL="1" inherit cmake-utils distutils-r1 eapi7-ver