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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FDC8158092 for ; Sun, 19 Sep 2021 14:06:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85B63E0931; Sun, 19 Sep 2021 14:06:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68CAFE0931 for ; Sun, 19 Sep 2021 14:06:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E5F8342EF6 for ; Sun, 19 Sep 2021 14:06:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81E1790 for ; Sun, 19 Sep 2021 14:06:12 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1632060349.e7763107c23b8366be8b7a0f4bf88638a6dc879a.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: dev-java/icedtea-bin/ X-VCS-Repository: proj/musl X-VCS-Files: dev-java/icedtea-bin/icedtea-bin-3.19.0.ebuild X-VCS-Directories: dev-java/icedtea-bin/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: e7763107c23b8366be8b7a0f4bf88638a6dc879a X-VCS-Branch: master Date: Sun, 19 Sep 2021 14:06:12 +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: a883beb2-f9e8-4c32-bad9-8409abef73b0 X-Archives-Hash: 9012e2068e642910408c90c4a1146a2a commit: e7763107c23b8366be8b7a0f4bf88638a6dc879a Author: Jory Pratt gentoo org> AuthorDate: Sun Sep 19 14:05:45 2021 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sun Sep 19 14:05:49 2021 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=e7763107 dev-java/icedtea-bin: fix nss dep and rdep Closes: https://github.com/gentoo/musl/issues/448 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Jory Pratt gentoo.org> dev-java/icedtea-bin/icedtea-bin-3.19.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-java/icedtea-bin/icedtea-bin-3.19.0.ebuild b/dev-java/icedtea-bin/icedtea-bin-3.19.0.ebuild index cc40659..fa84283 100644 --- a/dev-java/icedtea-bin/icedtea-bin-3.19.0.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-3.19.0.ebuild @@ -50,7 +50,8 @@ REQUIRED_USE=" RESTRICT="preserve-libs mirror" QA_PREBUILT="opt/.*" -RDEPEND="" +RDEPEND="${DEPEND} + dev-libs/nss" DEPEND=" dev-libs/elfutils[utils] >=dev-libs/glib-2.60.7:2