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 1414313835A for ; Mon, 25 May 2020 21:04:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 139F4E0833; Mon, 25 May 2020 21:04:05 +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 ED0EAE0833 for ; Mon, 25 May 2020 21:04:04 +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 9723934EFC9 for ; Mon, 25 May 2020 21:04:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E680268 for ; Mon, 25 May 2020 21:04:01 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1590440628.26c8af83fa3dbcdecb49a49612163fd5f3b718ed.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/cura/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/cura/cura-4.6.1.ebuild X-VCS-Directories: media-gfx/cura/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 26c8af83fa3dbcdecb49a49612163fd5f3b718ed X-VCS-Branch: master Date: Mon, 25 May 2020 21:04:01 +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: 4b80657e-2770-45d9-b6c3-3ecb2db58cfb X-Archives-Hash: 23c7807714c103c4253ebdb184e3c909 commit: 26c8af83fa3dbcdecb49a49612163fd5f3b718ed Author: Alexey Shvetsov gentoo org> AuthorDate: Mon May 25 21:03:19 2020 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon May 25 21:03:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c8af83 media-gfx/cura: works with py38 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Alexey Shvetsov gentoo.org> media-gfx/cura/cura-4.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/cura/cura-4.6.1.ebuild b/media-gfx/cura/cura-4.6.1.ebuild index 4fd274514ca..c2d57876b25 100644 --- a/media-gfx/cura/cura-4.6.1.ebuild +++ b/media-gfx/cura/cura-4.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake desktop python-single-r1 xdg MY_PN=Cura