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 890F013835A for ; Thu, 25 Feb 2021 12:02:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3BB7E0938; Thu, 25 Feb 2021 12:02:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9E288E0937 for ; Thu, 25 Feb 2021 12:02:56 +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 76473340E11 for ; Thu, 25 Feb 2021 12:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15127487 for ; Thu, 25 Feb 2021 12:02:54 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1614254555.b8e79ba18a45f20b0380548baf9be9db5768530c.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-shell/gnome-shell-3.38.3.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: b8e79ba18a45f20b0380548baf9be9db5768530c X-VCS-Branch: master Date: Thu, 25 Feb 2021 12:02:54 +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: 5cfeaed1-7336-4cb5-bdb6-0600147b0a6d X-Archives-Hash: af2f67170a9491a0b648ed357eac1094 commit: b8e79ba18a45f20b0380548baf9be9db5768530c Author: Ben Kohler gentoo org> AuthorDate: Wed Feb 24 21:44:02 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Feb 25 12:02:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e79ba1 gnome-base/gnome-shell: add python3_9 support Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Ben Kohler gentoo.org> gnome-base/gnome-shell/gnome-shell-3.38.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-base/gnome-shell/gnome-shell-3.38.3.ebuild b/gnome-base/gnome-shell/gnome-shell-3.38.3.ebuild index 4a02aca91be..c3492153952 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.38.3.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.38.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit gnome.org gnome2-utils meson python-single-r1 virtualx xdg