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 09FC6138334 for ; Fri, 20 Sep 2019 07:34:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D4F4E0870; Fri, 20 Sep 2019 07:34:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 12E1EE0864 for ; Fri, 20 Sep 2019 07:34:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3361034B510 for ; Fri, 20 Sep 2019 07:34:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1610F7F6 for ; Fri, 20 Sep 2019 07:34:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1568964884.a5aa3bedbdb5bc10fde05d5fe714c9362aaa585b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-3.0.3.ebuild net-analyzer/wireshark/wireshark-3.0.4.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a5aa3bedbdb5bc10fde05d5fe714c9362aaa585b X-VCS-Branch: master Date: Fri, 20 Sep 2019 07:34:54 +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: 4c7a9ef3-4a9a-4ef6-ba07-5598f30983b1 X-Archives-Hash: e945ca0bc02c936909fe367b9cbfc5df commit: a5aa3bedbdb5bc10fde05d5fe714c9362aaa585b Author: Michał Górny gentoo org> AuthorDate: Fri Sep 20 06:57:57 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 20 07:34:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5aa3bed net-analyzer/wireshark: [QA] Silence PYTHON_DEPS warning in old ver 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 gentoo.org> 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 60215045343..25bf89b8cfe 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=" !