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 CC61415811D for ; Sun, 18 Jun 2023 12:08:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18D72E093D; Sun, 18 Jun 2023 12:08:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id F0836E093D for ; Sun, 18 Jun 2023 12:08:25 +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 08055340F70 for ; Sun, 18 Jun 2023 12:08:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 905A8A98 for ; Sun, 18 Jun 2023 12:08:23 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1687090096.fb87276769f9356d9fc13d8b6756e18fa36a859e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/yara/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/yara/yara-4.3.2.ebuild X-VCS-Directories: app-forensics/yara/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: fb87276769f9356d9fc13d8b6756e18fa36a859e X-VCS-Branch: master Date: Sun, 18 Jun 2023 12:08:23 +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: 9a9f8145-af31-4452-8767-9a0a7c1983ea X-Archives-Hash: 2d5212da1c6d28282f10d69a3661be04 commit: fb87276769f9356d9fc13d8b6756e18fa36a859e Author: Joonas Niilola gentoo org> AuthorDate: Sun Jun 18 11:58:29 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jun 18 12:08:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb872767 app-forensics/yara: add missing pkgconfig bdep Signed-off-by: Joonas Niilola gentoo.org> app-forensics/yara/yara-4.3.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-forensics/yara/yara-4.3.2.ebuild b/app-forensics/yara/yara-4.3.2.ebuild index 3862dff1c51a..389b8493c70f 100644 --- a/app-forensics/yara/yara-4.3.2.ebuild +++ b/app-forensics/yara/yara-4.3.2.ebuild @@ -28,6 +28,7 @@ DEPEND=" magic? ( sys-apps/file:= ) " RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" PDEPEND="python? ( =dev-python/yara-python-$(ver_cut 1)* )" src_prepare() {