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 C0417138334 for ; Fri, 20 Jul 2018 22:08:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE650E0975; Fri, 20 Jul 2018 22:08:21 +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 73F65E0975 for ; Fri, 20 Jul 2018 22:08:21 +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 1D825335CA8 for ; Fri, 20 Jul 2018 22:08:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ABD037A for ; Fri, 20 Jul 2018 22:08:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1532124497.07b5680cc8e1f7ea0a29bc2a8618fb959a770c13.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-repository/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-repository/eselect-repository-4.ebuild app-eselect/eselect-repository/eselect-repository-9999.ebuild X-VCS-Directories: app-eselect/eselect-repository/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 07b5680cc8e1f7ea0a29bc2a8618fb959a770c13 X-VCS-Branch: master Date: Fri, 20 Jul 2018 22:08:18 +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: 7dad2fe6-e88d-48c0-83f6-99837ebb0189 X-Archives-Hash: 5337f99acef82f8776bae4d9990995dd commit: 07b5680cc8e1f7ea0a29bc2a8618fb959a770c13 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 20 22:02:47 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 20 22:08:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b5680c app-eselect/eselect-repository: Enable py3.7 app-eselect/eselect-repository/eselect-repository-4.ebuild | 2 +- app-eselect/eselect-repository/eselect-repository-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-eselect/eselect-repository/eselect-repository-4.ebuild b/app-eselect/eselect-repository/eselect-repository-4.ebuild index 8b88032d1ad..d6788864a2a 100644 --- a/app-eselect/eselect-repository/eselect-repository-4.ebuild +++ b/app-eselect/eselect-repository/eselect-repository-4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} ) inherit python-single-r1 DESCRIPTION="Manage repos.conf via eselect" diff --git a/app-eselect/eselect-repository/eselect-repository-9999.ebuild b/app-eselect/eselect-repository/eselect-repository-9999.ebuild index 3b84ea37834..1d0a1524e6a 100644 --- a/app-eselect/eselect-repository/eselect-repository-9999.ebuild +++ b/app-eselect/eselect-repository/eselect-repository-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 EGIT_REPO_URI="https://github.com/mgorny/eselect-repository.git" -PYTHON_COMPAT=( python{3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} ) inherit git-r3 python-single-r1 DESCRIPTION="Manage repos.conf via eselect"