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 00F35138351 for ; Tue, 18 Feb 2020 18:04:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1010AE08A0; Tue, 18 Feb 2020 18:04:39 +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 EA9AEE089F for ; Tue, 18 Feb 2020 18:04:38 +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 40BC734ED43 for ; Tue, 18 Feb 2020 18:04:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEBC9145 for ; Tue, 18 Feb 2020 18:04:35 +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: <1582048614.b4cebfebdd63f83d1a578d29fdd654579e976dfb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymountboot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymountboot/pymountboot-0.2.2.ebuild dev-python/pymountboot/pymountboot-9999.ebuild X-VCS-Directories: dev-python/pymountboot/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b4cebfebdd63f83d1a578d29fdd654579e976dfb X-VCS-Branch: master Date: Tue, 18 Feb 2020 18:04:35 +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: 851aa258-c074-4730-937d-518b7a523760 X-Archives-Hash: d8cd79a2635a7bce8832ff583b2d6799 commit: b4cebfebdd63f83d1a578d29fdd654579e976dfb Author: Michał Górny gentoo org> AuthorDate: Tue Feb 18 17:56:54 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 18 17:56:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4cebfeb dev-python/pymountboot: Enable py3.8 Signed-off-by: Michał Górny gentoo.org> dev-python/pymountboot/pymountboot-0.2.2.ebuild | 2 +- dev-python/pymountboot/pymountboot-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pymountboot/pymountboot-0.2.2.ebuild b/dev-python/pymountboot/pymountboot-0.2.2.ebuild index 8e23ae2ddd0..228e51d34b4 100644 --- a/dev-python/pymountboot/pymountboot-0.2.2.ebuild +++ b/dev-python/pymountboot/pymountboot-0.2.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild index ad2a05edcc4..4d9d3be8846 100644 --- a/dev-python/pymountboot/pymountboot-9999.ebuild +++ b/dev-python/pymountboot/pymountboot-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 git-r3