From a5aa3bedbdb5bc10fde05d5fe714c9362aaa585b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 20 Sep 2019 08:57:57 +0200 Subject: [PATCH] net-analyzer/wireshark: [QA] Silence PYTHON_DEPS warning in old ver MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Move PYTHON_DEPS to RDEPEND to match eclass used in 3.0*. This is going to silence the CI report, finally making it possible to turn it into proper warning, and the proper fix will land in its time via 3.1.0. Closes: https://bugs.gentoo.org/691464 Signed-off-by: Michał Górny --- net-analyzer/wireshark/wireshark-3.0.3.ebuild | 2 +- net-analyzer/wireshark/wireshark-3.0.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-3.0.3.ebuild b/net-analyzer/wireshark/wireshark-3.0.3.ebuild index 602150453439..25bf89b8cfe8 100644 --- a/net-analyzer/wireshark/wireshark-3.0.3.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.3.ebuild @@ -53,12 +53,12 @@ CDEPEND=" sshdump? ( >=net-libs/libssh-0.6 ) ssl? ( net-libs/gnutls:= ) zlib? ( sys-libs/zlib ) + ${PYTHON_DEPS} " # We need perl for `pod2html`. The rest of the perl stuff is to block older # and broken installs. #455122 DEPEND=" ${CDEPEND} - ${PYTHON_DEPS} " BDEPEND=" !