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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F97315800A for ; Sun, 27 Aug 2023 23:09:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1E272BC04C; Sun, 27 Aug 2023 23:09:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 844172BC04C for ; Sun, 27 Aug 2023 23:09:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 874B1340D73 for ; Sun, 27 Aug 2023 23:09:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0725DE8E for ; Sun, 27 Aug 2023 23:09:03 +0000 (UTC) From: "Vitaly Zdanevich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vitaly Zdanevich" Message-ID: <1693177737.0de17de4a15f8fa70e5e4e1770a189091ea0eaee.zdanevich.vitaly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-forensics/mvt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-forensics/mvt/mvt-2.4.1.ebuild X-VCS-Directories: app-forensics/mvt/ X-VCS-Committer: zdanevich.vitaly X-VCS-Committer-Name: Vitaly Zdanevich X-VCS-Revision: 0de17de4a15f8fa70e5e4e1770a189091ea0eaee X-VCS-Branch: dev Date: Sun, 27 Aug 2023 23:09:03 +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: e214d94b-6b93-4f69-a649-ba0d48e01b46 X-Archives-Hash: 3690be63586fe0a95563ea85742e8652 commit: 0de17de4a15f8fa70e5e4e1770a189091ea0eaee Author: Vitaly Zdanevich ya ru> AuthorDate: Sun Aug 27 23:08:57 2023 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Sun Aug 27 23:08:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0de17de4 app-forensics/mvt: fix missing dependencies: ahocorasick, appdirs Signed-off-by: Vitaly Zdanevich ya.ru> app-forensics/mvt/mvt-2.4.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-forensics/mvt/mvt-2.4.1.ebuild b/app-forensics/mvt/mvt-2.4.1.ebuild index 2b5103c195..8ad7c7b70c 100644 --- a/app-forensics/mvt/mvt-2.4.1.ebuild +++ b/app-forensics/mvt/mvt-2.4.1.ebuild @@ -27,6 +27,8 @@ RDEPEND=" dev-python/simplejson[${PYTHON_USEDEP}] dev-python/tld[${PYTHON_USEDEP}] dev-python/tqdm[${PYTHON_USEDEP}] + dev-python/ahocorasick[${PYTHON_USEDEP}] + dev-python/appdirs[${PYTHON_USEDEP}] " src_prepare() {