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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 015D8158086 for ; Fri, 29 Oct 2021 19:20:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56352E081B; Fri, 29 Oct 2021 19:20:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EEE5E081B for ; Fri, 29 Oct 2021 19:20:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9670B34069F for ; Fri, 29 Oct 2021 19:20:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46443144 for ; Fri, 29 Oct 2021 19:20:01 +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: <1635535192.df8e41600ca9c702845806600fb19737918703a9.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.5-r1.ebuild www-client/torbrowser-launcher/torbrowser-launcher-0.3.5.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: df8e41600ca9c702845806600fb19737918703a9 X-VCS-Branch: dev Date: Fri, 29 Oct 2021 19:20: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: fc259cfa-d63d-4f53-b3b5-0e3694b7a783 X-Archives-Hash: 99d8e3e2a42208bc367dc1a8d1f41c72 commit: df8e41600ca9c702845806600fb19737918703a9 Author: Maciej Barć riseup net> AuthorDate: Fri Oct 29 19:19:13 2021 +0000 Commit: Maciej Barć riseup net> CommitDate: Fri Oct 29 19:19:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df8e4160 www-client/torbrowser-launcher: add missing dev-python/distro dep also bump to EAPI 8 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć riseup.net> ...owser-launcher-0.3.5.ebuild => torbrowser-launcher-0.3.5-r1.ebuild} | 3 ++- www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild similarity index 96% rename from www-client/torbrowser-launcher/torbrowser-launcher-0.3.5.ebuild rename to www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild index 836bdf7b7..a17dee1ae 100644 --- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5.ebuild +++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{8..9} ) @@ -28,6 +28,7 @@ RDEPEND=" app-crypt/gpgme[python,${PYTHON_USEDEP}] dev-python/PyQt5[${PYTHON_USEDEP},widgets] dev-python/PySocks[${PYTHON_USEDEP}] + dev-python/distro[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] apparmor? ( sys-libs/libapparmor ) diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild index 836bdf7b7..a17dee1ae 100644 --- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild +++ b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{8..9} ) @@ -28,6 +28,7 @@ RDEPEND=" app-crypt/gpgme[python,${PYTHON_USEDEP}] dev-python/PyQt5[${PYTHON_USEDEP},widgets] dev-python/PySocks[${PYTHON_USEDEP}] + dev-python/distro[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] apparmor? ( sys-libs/libapparmor )