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 7E2FE13835D for ; Tue, 22 Sep 2020 11:13:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F55DE08EF; Tue, 22 Sep 2020 11:13:10 +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 758FBE08EF for ; Tue, 22 Sep 2020 11:13:10 +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 7AFAE340EA7 for ; Tue, 22 Sep 2020 11:13:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B059388 for ; Tue, 22 Sep 2020 11:13:07 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1600738948.46c5c578a7451f3919ef46805415991d8c2383ff.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pypandoc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pypandoc/pypandoc-1.5.ebuild X-VCS-Directories: dev-python/pypandoc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 46c5c578a7451f3919ef46805415991d8c2383ff X-VCS-Branch: master Date: Tue, 22 Sep 2020 11:13:07 +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: daef4ffd-7353-44f6-98f6-413187d60c24 X-Archives-Hash: 396b698146bfaa85079df6c166cbbacb commit: 46c5c578a7451f3919ef46805415991d8c2383ff Author: Maciej Barć protonmail com> AuthorDate: Tue Sep 22 01:42:28 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Sep 22 01:42:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46c5c578 dev-python/pypandoc: add python 3.8 compatibility Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Barć protonmail.com> dev-python/pypandoc/pypandoc-1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pypandoc/pypandoc-1.5.ebuild b/dev-python/pypandoc/pypandoc-1.5.ebuild index 6f5d84ca..180756a3 100644 --- a/dev-python/pypandoc/pypandoc-1.5.ebuild +++ b/dev-python/pypandoc/pypandoc-1.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1