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 9D2BF138351 for ; Fri, 17 Apr 2020 00:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 917EEE095E; Fri, 17 Apr 2020 00:04:28 +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 4541AE087F for ; Fri, 17 Apr 2020 00:04:28 +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 4EF1534F182 for ; Fri, 17 Apr 2020 00:04:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC4A81D8 for ; Fri, 17 Apr 2020 00:04:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1587081842.5f1727c84f6e1c0d96dc2def256fa2935acae483.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xmldiff/xmldiff-2.3.ebuild X-VCS-Directories: app-text/xmldiff/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5f1727c84f6e1c0d96dc2def256fa2935acae483 X-VCS-Branch: master Date: Fri, 17 Apr 2020 00:04:24 +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: ffa96f8d-79c6-43a6-b262-8e74323f1420 X-Archives-Hash: 3a71683e8f153f844bcc5250a337b022 commit: 5f1727c84f6e1c0d96dc2def256fa2935acae483 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 16 23:03:17 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 17 00:04:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1727c8 app-text/xmldiff: python3_8 support Tests passed. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/xmldiff/xmldiff-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-2.3.ebuild b/app-text/xmldiff/xmldiff-2.3.ebuild index 2b4aa9c6734..1ed202bb4aa 100644 --- a/app-text/xmldiff/xmldiff-2.3.ebuild +++ b/app-text/xmldiff/xmldiff-2.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1