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 4D67115808B for ; Sat, 19 Mar 2022 19:45:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A8DEE094F; Sat, 19 Mar 2022 19:45:50 +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 1FDC4E094F for ; Sat, 19 Mar 2022 19:45:50 +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 1F398342EEF for ; Sat, 19 Mar 2022 19:45:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82AB8177 for ; Sat, 19 Mar 2022 19:45:47 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1647719131.75dfc499f7cf6090fa034afb96d5aacd33915a05.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-unbound/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild X-VCS-Directories: dev-lua/lua-unbound/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 75dfc499f7cf6090fa034afb96d5aacd33915a05 X-VCS-Branch: master Date: Sat, 19 Mar 2022 19:45:47 +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: 180c9cc5-7804-43f7-99fb-0a291a157e59 X-Archives-Hash: 84083cc1669477ffc3ff8c9b078c0309 commit: 75dfc499f7cf6090fa034afb96d5aacd33915a05 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Mar 19 19:44:57 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Mar 19 19:45:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75dfc499 dev-lua/lua-unbound: add missing deps Closes: https://bugs.gentoo.org/835633 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild b/dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild index 0208b8cbb708..f1ce4c674a1e 100644 --- a/dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild +++ b/dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild @@ -19,7 +19,10 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" REQUIRED_USE="${LUA_REQUIRED_USE}" -RDEPEND="net-dns/unbound" +RDEPEND=" + ${LUA_DEPS} + net-dns/unbound +" DEPEND="${RDEPEND}" DOCS=( "README.markdown" )