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 82C7B15801B for ; Wed, 30 Aug 2023 14:26:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 925522BC027; Wed, 30 Aug 2023 14:26:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5E6922BC027 for ; Wed, 30 Aug 2023 14:26:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FFFF33F698 for ; Wed, 30 Aug 2023 14:26:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DACD10E6 for ; Wed, 30 Aug 2023 14:26:30 +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: <1693405584.d630c0e06f071649ab19f5c6289701a749dbb05d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/elfutils/elfutils-0.189-r4.ebuild X-VCS-Directories: dev-libs/elfutils/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d630c0e06f071649ab19f5c6289701a749dbb05d X-VCS-Branch: master Date: Wed, 30 Aug 2023 14:26:30 +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: 0dd734c7-e9de-4458-852b-37e46dab706c X-Archives-Hash: d41751f0b5b6343db49596a2f762b6ab commit: d630c0e06f071649ab19f5c6289701a749dbb05d Author: Joonas Niilola gentoo org> AuthorDate: Wed Aug 30 06:31:45 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Aug 30 14:26:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d630c0e0 dev-libs/elfutils: add missing pkgconfig bdep Closes: https://bugs.gentoo.org/903557 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/elfutils/elfutils-0.189-r4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/elfutils/elfutils-0.189-r4.ebuild b/dev-libs/elfutils/elfutils-0.189-r4.ebuild index 432483942cf2..231f5e4a4884 100644 --- a/dev-libs/elfutils/elfutils-0.189-r4.ebuild +++ b/dev-libs/elfutils/elfutils-0.189-r4.ebuild @@ -43,6 +43,7 @@ DEPEND=" BDEPEND=" >=sys-devel/flex-2.5.4a sys-devel/m4 + virtual/pkgconfig nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-elfutils ) "