Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
Date: Fri, 29 Oct 2021 19:20:05
Message-Id: 1635535192.df8e41600ca9c702845806600fb19737918703a9.xgqt@gentoo
1 commit: df8e41600ca9c702845806600fb19737918703a9
2 Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
3 AuthorDate: Fri Oct 29 19:19:13 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
5 CommitDate: Fri Oct 29 19:19:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df8e4160
7
8 www-client/torbrowser-launcher: add missing dev-python/distro dep
9
10 also bump to EAPI 8
11
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
14
15 ...owser-launcher-0.3.5.ebuild => torbrowser-launcher-0.3.5-r1.ebuild} | 3 ++-
16 www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild | 3 ++-
17 2 files changed, 4 insertions(+), 2 deletions(-)
18
19 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
20 similarity index 96%
21 rename from www-client/torbrowser-launcher/torbrowser-launcher-0.3.5.ebuild
22 rename to www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild
23 index 836bdf7b7..a17dee1ae 100644
24 --- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5.ebuild
25 +++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild
26 @@ -1,7 +1,7 @@
27 # Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 -EAPI=7
31 +EAPI=8
32
33 DISTUTILS_USE_SETUPTOOLS=no
34 PYTHON_COMPAT=( python3_{8..9} )
35 @@ -28,6 +28,7 @@ RDEPEND="
36 app-crypt/gpgme[python,${PYTHON_USEDEP}]
37 dev-python/PyQt5[${PYTHON_USEDEP},widgets]
38 dev-python/PySocks[${PYTHON_USEDEP}]
39 + dev-python/distro[${PYTHON_USEDEP}]
40 dev-python/packaging[${PYTHON_USEDEP}]
41 dev-python/requests[${PYTHON_USEDEP}]
42 apparmor? ( sys-libs/libapparmor )
43
44 diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
45 index 836bdf7b7..a17dee1ae 100644
46 --- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
47 +++ b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
48 @@ -1,7 +1,7 @@
49 # Copyright 1999-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 -EAPI=7
53 +EAPI=8
54
55 DISTUTILS_USE_SETUPTOOLS=no
56 PYTHON_COMPAT=( python3_{8..9} )
57 @@ -28,6 +28,7 @@ RDEPEND="
58 app-crypt/gpgme[python,${PYTHON_USEDEP}]
59 dev-python/PyQt5[${PYTHON_USEDEP},widgets]
60 dev-python/PySocks[${PYTHON_USEDEP}]
61 + dev-python/distro[${PYTHON_USEDEP}]
62 dev-python/packaging[${PYTHON_USEDEP}]
63 dev-python/requests[${PYTHON_USEDEP}]
64 apparmor? ( sys-libs/libapparmor )