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 23C27138359 for ; Thu, 3 Sep 2020 17:35:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE383E0898; Thu, 3 Sep 2020 17:35:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C531BE0898 for ; Thu, 3 Sep 2020 17:35:00 +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 6881A340AE2 for ; Thu, 3 Sep 2020 17:34:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB88032C for ; Thu, 3 Sep 2020 17:34:57 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1599154485.3b476b02b6e92fbcf629bfb0533917d959f75af9.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fqdn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fqdn/fqdn-1.2.0.ebuild X-VCS-Directories: dev-python/fqdn/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 3b476b02b6e92fbcf629bfb0533917d959f75af9 X-VCS-Branch: master Date: Thu, 3 Sep 2020 17:34:57 +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: c8cbf570-ace6-481d-8d3b-58be442fcdf3 X-Archives-Hash: 05f956063bc73a0b76c671a16deb52bd commit: 3b476b02b6e92fbcf629bfb0533917d959f75af9 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Sep 3 17:32:44 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Sep 3 17:34:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b476b02 dev-python/fqdn: add python3.8 support Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> dev-python/fqdn/fqdn-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fqdn/fqdn-1.2.0.ebuild b/dev-python/fqdn/fqdn-1.2.0.ebuild index 44be7d78fc5..920e0b4567c 100644 --- a/dev-python/fqdn/fqdn-1.2.0.ebuild +++ b/dev-python/fqdn/fqdn-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1