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 D05CD1382C5 for ; Fri, 19 Feb 2021 04:48:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AA5CE0BEA; Fri, 19 Feb 2021 04:48:17 +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 70E50E0BEA for ; Fri, 19 Feb 2021 04:48:17 +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 15338340AB2 for ; Fri, 19 Feb 2021 04:48:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AB2353 for ; Fri, 19 Feb 2021 04:48:14 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1613710090.85884b1d033cbb04b613698288340a4753df25db.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild X-VCS-Directories: www-client/torbrowser-launcher/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 85884b1d033cbb04b613698288340a4753df25db X-VCS-Branch: dev Date: Fri, 19 Feb 2021 04:48:14 +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: 5cec65eb-bd35-457d-bc19-b76bb08dcf5a X-Archives-Hash: a7a55817efcc7b30f8fe27ddfe1b8847 commit: 85884b1d033cbb04b613698288340a4753df25db Author: Maciej Barć protonmail com> AuthorDate: Fri Feb 19 04:48:10 2021 +0000 Commit: Maciej Barć protonmail com> CommitDate: Fri Feb 19 04:48:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85884b1d www-client/torbrowser-launcher: bump python compat to 3.9 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Maciej Barć protonmail.com> www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild | 5 +++-- www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild | 5 +++-- www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild index 446a02ea..a5c71f21 100644 --- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild +++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild @@ -1,9 +1,10 @@ -# 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} ) +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 xdg diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild index 446a02ea..a5c71f21 100644 --- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild +++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild @@ -1,9 +1,10 @@ -# 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} ) +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 xdg diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild index 446a02ea..a5c71f21 100644 --- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild +++ b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild @@ -1,9 +1,10 @@ -# 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} ) +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 xdg