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 7646C138334 for ; Tue, 3 Dec 2019 05:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF397E0823; Tue, 3 Dec 2019 05:06:31 +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 94214E0823 for ; Tue, 3 Dec 2019 05:06:31 +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 BE74C34D6C6 for ; Tue, 3 Dec 2019 05:06:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71B4E8CC for ; Tue, 3 Dec 2019 05:06:29 +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: <1575349566.70a7175856172d6ca88245aa0871f559685cde0a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyxdg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyxdg/pyxdg-0.26-r1.ebuild X-VCS-Directories: dev-python/pyxdg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 70a7175856172d6ca88245aa0871f559685cde0a X-VCS-Branch: master Date: Tue, 3 Dec 2019 05:06:29 +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: 7edb6457-826f-4063-9536-562055b9fb87 X-Archives-Hash: 06fd4dcd06569175cb99295bfe8035d3 commit: 70a7175856172d6ca88245aa0871f559685cde0a Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 2 21:08:17 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 3 05:06:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a71758 dev-python/pyxdg: python3_8 Tests passed. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/pyxdg/pyxdg-0.26-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild index 90b7f711222..8739ff33906 100644 --- a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild +++ b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy ) inherit distutils-r1 MY_P=${PN}-rel-${PV}