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 0CD37158094 for ; Fri, 1 Jul 2022 07:08:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63922E07D0; Fri, 1 Jul 2022 07:08:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41C17E07DB for ; Fri, 1 Jul 2022 07:08: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 74D1E341805 for ; Fri, 1 Jul 2022 07:08:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBB5F521 for ; Fri, 1 Jul 2022 07:08:02 +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: <1656659117.3e438433bcef09505624a0e114c9ab05318d0502.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/omniORB/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/omniORB/omniORB-4.3.0.ebuild X-VCS-Directories: net-misc/omniORB/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3e438433bcef09505624a0e114c9ab05318d0502 X-VCS-Branch: master Date: Fri, 1 Jul 2022 07:08:02 +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: 9c1b4ac5-cb25-47a1-882b-6161d8f0e133 X-Archives-Hash: f23cbc49726b8fb800311af143ba26c5 commit: 3e438433bcef09505624a0e114c9ab05318d0502 Author: Joonas Niilola gentoo org> AuthorDate: Fri Jul 1 07:04:20 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jul 1 07:05:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e438433 net-misc/omniORB: add missing BDEPEND to 4.3.0 Signed-off-by: Joonas Niilola gentoo.org> net-misc/omniORB/omniORB-4.3.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/omniORB/omniORB-4.3.0.ebuild b/net-misc/omniORB/omniORB-4.3.0.ebuild index b21c7e1c8f65..1bfd016685a9 100644 --- a/net-misc/omniORB/omniORB-4.3.0.ebuild +++ b/net-misc/omniORB/omniORB-4.3.0.ebuild @@ -21,6 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} ssl? ( dev-libs/openssl:= )" DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" src_prepare() { default