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 26DC213835A for ; Mon, 15 Feb 2021 02:19:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B4ECE0AF8; Mon, 15 Feb 2021 02:19:56 +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 1111DE0AF8 for ; Mon, 15 Feb 2021 02:19:56 +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 64895340DBF for ; Mon, 15 Feb 2021 02:19:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCB084EE for ; Mon, 15 Feb 2021 02:19:51 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1613355578.aee51201c1ab337a2e7c6a42802de4d12f9decd8.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gupnp/gupnp-1.2.4.ebuild X-VCS-Directories: net-libs/gupnp/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: aee51201c1ab337a2e7c6a42802de4d12f9decd8 X-VCS-Branch: master Date: Mon, 15 Feb 2021 02:19:51 +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: 7f25d4d4-c46e-4d4f-9ec9-7813b51fd608 X-Archives-Hash: 7b1e2866728d3a4beaf9721a8ae85be7 commit: aee51201c1ab337a2e7c6a42802de4d12f9decd8 Author: Rick Farina gentoo org> AuthorDate: Mon Feb 15 02:12:08 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Mon Feb 15 02:19:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee51201 net-libs/gupnp: bump python tests fail but it's unrelated afaict Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Rick Farina gentoo.org> net-libs/gupnp/gupnp-1.2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/gupnp/gupnp-1.2.4.ebuild b/net-libs/gupnp/gupnp-1.2.4.ebuild index 55c483528b2..762f6fb77a4 100644 --- a/net-libs/gupnp/gupnp-1.2.4.ebuild +++ b/net-libs/gupnp/gupnp-1.2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE="xml" inherit gnome.org meson multilib-minimal python-single-r1 vala xdg