Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
Date: Fri, 20 Sep 2019 07:34:58
Message-Id: 1568964884.a5aa3bedbdb5bc10fde05d5fe714c9362aaa585b.mgorny@gentoo
1 commit: a5aa3bedbdb5bc10fde05d5fe714c9362aaa585b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 20 06:57:57 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 20 07:34:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5aa3bed
7
8 net-analyzer/wireshark: [QA] Silence PYTHON_DEPS warning in old ver
9
10 Move PYTHON_DEPS to RDEPEND to match eclass used in 3.0*. This is going
11 to silence the CI report, finally making it possible to turn it into
12 proper warning, and the proper fix will land in its time via 3.1.0.
13
14 Closes: https://bugs.gentoo.org/691464
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 net-analyzer/wireshark/wireshark-3.0.3.ebuild | 2 +-
18 net-analyzer/wireshark/wireshark-3.0.4.ebuild | 2 +-
19 2 files changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/net-analyzer/wireshark/wireshark-3.0.3.ebuild b/net-analyzer/wireshark/wireshark-3.0.3.ebuild
22 index 60215045343..25bf89b8cfe 100644
23 --- a/net-analyzer/wireshark/wireshark-3.0.3.ebuild
24 +++ b/net-analyzer/wireshark/wireshark-3.0.3.ebuild
25 @@ -53,12 +53,12 @@ CDEPEND="
26 sshdump? ( >=net-libs/libssh-0.6 )
27 ssl? ( net-libs/gnutls:= )
28 zlib? ( sys-libs/zlib )
29 + ${PYTHON_DEPS}
30 "
31 # We need perl for `pod2html`. The rest of the perl stuff is to block older
32 # and broken installs. #455122
33 DEPEND="
34 ${CDEPEND}
35 - ${PYTHON_DEPS}
36 "
37 BDEPEND="
38 !<perl-core/Pod-Simple-3.170
39
40 diff --git a/net-analyzer/wireshark/wireshark-3.0.4.ebuild b/net-analyzer/wireshark/wireshark-3.0.4.ebuild
41 index 421c84a538e..a2a6a43079c 100644
42 --- a/net-analyzer/wireshark/wireshark-3.0.4.ebuild
43 +++ b/net-analyzer/wireshark/wireshark-3.0.4.ebuild
44 @@ -53,12 +53,12 @@ CDEPEND="
45 sshdump? ( >=net-libs/libssh-0.6 )
46 ssl? ( net-libs/gnutls:= )
47 zlib? ( sys-libs/zlib )
48 + ${PYTHON_DEPS}
49 "
50 # We need perl for `pod2html`. The rest of the perl stuff is to block older
51 # and broken installs. #455122
52 DEPEND="
53 ${CDEPEND}
54 - ${PYTHON_DEPS}
55 "
56 BDEPEND="
57 !<perl-core/Pod-Simple-3.170