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 9C6B0158086 for ; Fri, 15 Oct 2021 06:05:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9FA1E0802; Fri, 15 Oct 2021 06:05:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0F88E0802 for ; Fri, 15 Oct 2021 06:05:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C93DF343250 for ; Fri, 15 Oct 2021 06:05:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 837FFD0 for ; Fri, 15 Oct 2021 06:05:07 +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: <1634277903.56288d9b29fee1ff0e5e4e4ab6dfb80579836abb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cvise/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cvise/cvise-2.4.0.ebuild X-VCS-Directories: dev-util/cvise/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 56288d9b29fee1ff0e5e4e4ab6dfb80579836abb X-VCS-Branch: master Date: Fri, 15 Oct 2021 06:05:07 +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: 3e350c17-fc9c-4d4d-b8ba-16df289d3cd2 X-Archives-Hash: 988f145f76ec1e4ba465eeba0ef46acb commit: 56288d9b29fee1ff0e5e4e4ab6dfb80579836abb Author: Michał Górny gentoo org> AuthorDate: Fri Oct 15 06:03:53 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 15 06:05:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56288d9b dev-util/cvise: Add test-dep on chardet Closes: https://bugs.gentoo.org/818223 Signed-off-by: Michał Górny gentoo.org> dev-util/cvise/cvise-2.4.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/cvise/cvise-2.4.0.ebuild b/dev-util/cvise/cvise-2.4.0.ebuild index fe92fc560e7..1b9a8e8963b 100644 --- a/dev-util/cvise/cvise-2.4.0.ebuild +++ b/dev-util/cvise/cvise-2.4.0.ebuild @@ -31,6 +31,7 @@ DEPEND=" RDEPEND="${DEPEND} ${PYTHON_DEPS} $(python_gen_cond_dep ' + dev-python/chardet[${PYTHON_USEDEP}] dev-python/pebble[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] ')