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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9137F1581C1 for ; Wed, 10 Jul 2024 23:32:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE42F2BC013; Wed, 10 Jul 2024 23:32:41 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7B142BC013 for ; Wed, 10 Jul 2024 23:32:41 +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 DFF69335C96 for ; Wed, 10 Jul 2024 23:32:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEB421E18 for ; Wed, 10 Jul 2024 23:32:38 +0000 (UTC) From: "Eli Burch" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Burch" Message-ID: <1720654282.a123ca924a64673f8cbc6a56920a9cfd4a73fae9.redawl@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/bcm2-utils/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/bcm2-utils/bcm2-utils-0.9.8.ebuild X-VCS-Directories: dev-embedded/bcm2-utils/ X-VCS-Committer: redawl X-VCS-Committer-Name: Eli Burch X-VCS-Revision: a123ca924a64673f8cbc6a56920a9cfd4a73fae9 X-VCS-Branch: dev Date: Wed, 10 Jul 2024 23:32:38 +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: 6e41e6eb-5736-4960-b0bf-439dc949b7ce X-Archives-Hash: fcf7f38ba906fd72c8b32a4e75a64b5a commit: a123ca924a64673f8cbc6a56920a9cfd4a73fae9 Author: Eli Burch burchbytes com> AuthorDate: Wed Jul 10 23:30:49 2024 +0000 Commit: Eli Burch burchbytes com> CommitDate: Wed Jul 10 23:31:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a123ca92 dev-embedded/bcm2-utils: Fix DEPEND and RDEPEND Signed-off-by: Eli Burch burchbytes.com> dev-embedded/bcm2-utils/bcm2-utils-0.9.8.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-embedded/bcm2-utils/bcm2-utils-0.9.8.ebuild b/dev-embedded/bcm2-utils/bcm2-utils-0.9.8.ebuild index fee9e13f9..89d08ce87 100644 --- a/dev-embedded/bcm2-utils/bcm2-utils-0.9.8.ebuild +++ b/dev-embedded/bcm2-utils/bcm2-utils-0.9.8.ebuild @@ -13,8 +13,11 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -DEPEND="dev-libs/boost" -RDEPEND="${DEPEND}" +DEPEND=" + dev-libs/boost + dev-libs/openssl +" +RDEPEND="dev-libs/openssl" src_prepare(){ default