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 604A3138334 for ; Tue, 3 Dec 2019 09:23:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 900B2E081B; Tue, 3 Dec 2019 09:23: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 71BAFE081B for ; Tue, 3 Dec 2019 09:23:28 +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 23A2634D711 for ; Tue, 3 Dec 2019 09:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 832588AD for ; Tue, 3 Dec 2019 09:23:24 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1575364998.a332066bc9cd55a6f5f9fe8698729ba5a52f27f1.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwupd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fwupd/fwupd-1.3.5.ebuild X-VCS-Directories: sys-apps/fwupd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a332066bc9cd55a6f5f9fe8698729ba5a52f27f1 X-VCS-Branch: master Date: Tue, 3 Dec 2019 09:23: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: 509bbaa2-41fc-4ee9-b45b-bfe05c917361 X-Archives-Hash: 91f17aaf9302b03aee2ee2b2a6e14694 commit: a332066bc9cd55a6f5f9fe8698729ba5a52f27f1 Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 3 09:23:03 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 3 09:23:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a332066b sys-apps/fwupd: Added python3_8 support Closes: https://bugs.gentoo.org/701802 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Lars Wendler gentoo.org> sys-apps/fwupd/fwupd-1.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/fwupd/fwupd-1.3.5.ebuild b/sys-apps/fwupd/fwupd-1.3.5.ebuild index 684e4c548a4..410035b2194 100644 --- a/sys-apps/fwupd/fwupd-1.3.5.ebuild +++ b/sys-apps/fwupd/fwupd-1.3.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit linux-info meson python-single-r1 vala xdg toolchain-funcs