From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1163807-garchives=archives.gentoo.org@lists.gentoo.org> 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 3EC22138350 for <garchives@archives.gentoo.org>; Tue, 21 Apr 2020 12:45:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2558E0956; Tue, 21 Apr 2020 12:45:12 +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 AE026E0956 for <gentoo-commits@lists.gentoo.org>; Tue, 21 Apr 2020 12:45:12 +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 BA11034F1F6 for <gentoo-commits@lists.gentoo.org>; Tue, 21 Apr 2020 12:45:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8396E1F1 for <gentoo-commits@lists.gentoo.org>; Tue, 21 Apr 2020 12:45:07 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> 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" <juippis@gentoo.org> Message-ID: <1587473087.b2eb070d2f8eb273d293cb15eb6384b29ff312a3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configshell-fb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/configshell-fb/configshell-fb-1.1.27.ebuild X-VCS-Directories: dev-python/configshell-fb/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b2eb070d2f8eb273d293cb15eb6384b29ff312a3 X-VCS-Branch: master Date: Tue, 21 Apr 2020 12:45:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 75d6845f-218c-4ad8-be63-effe7481f1de X-Archives-Hash: 157119ba68795dd223979c21de837d23 commit: b2eb070d2f8eb273d293cb15eb6384b29ff312a3 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Tue Apr 21 11:18:37 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Apr 21 12:44:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2eb070d dev-python/configshell-fb: python-3.8 compatibility for 1.1.27 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-python/configshell-fb/configshell-fb-1.1.27.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/configshell-fb/configshell-fb-1.1.27.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.27.ebuild index 4a0c0dc14cb..d38b29bb998 100644 --- a/dev-python/configshell-fb/configshell-fb-1.1.27.ebuild +++ b/dev-python/configshell-fb/configshell-fb-1.1.27.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="A Python library for building configuration shells"