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 13CED1382C5 for ; Mon, 29 Jun 2020 22:09:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C135E095E; Mon, 29 Jun 2020 22:09:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FB58E095E for ; Mon, 29 Jun 2020 22:09:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A656834F390 for ; Mon, 29 Jun 2020 22:09:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC5CB21D for ; Mon, 29 Jun 2020 22:08:59 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1593468523.039f8edb45f36e64b71cdfcdd1f0dd3cd81076df.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nss/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/nss/nss-3.54-r1.ebuild dev-libs/nss/nss-3.54.ebuild X-VCS-Directories: dev-libs/nss/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 039f8edb45f36e64b71cdfcdd1f0dd3cd81076df X-VCS-Branch: master Date: Mon, 29 Jun 2020 22:08:59 +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: 7c933033-2ca5-4530-bd05-a2ce37ff5d19 X-Archives-Hash: 4c73e3ad33a8f3338fcf7990ae5d1a8c commit: 039f8edb45f36e64b71cdfcdd1f0dd3cd81076df Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Jun 29 22:08:43 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Jun 29 22:08:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039f8edb dev-libs/nss: bump to require >=dev-libs/nspr-4.26 Reported-by: Georgy Yakovlev gentoo.org> Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann gentoo.org> dev-libs/nss/{nss-3.54.ebuild => nss-3.54-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/nss/nss-3.54.ebuild b/dev-libs/nss/nss-3.54-r1.ebuild similarity index 99% rename from dev-libs/nss/nss-3.54.ebuild rename to dev-libs/nss/nss-3.54-r1.ebuild index d94d193dbe9..5d96e159be4 100644 --- a/dev-libs/nss/nss-3.54.ebuild +++ b/dev-libs/nss/nss-3.54-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit eutils flag-o-matic multilib toolchain-funcs multilib-minimal -NSPR_VER="4.25" +NSPR_VER="4.26" RTM_NAME="NSS_${PV//./_}_RTM" DESCRIPTION="Mozilla's Network Security Services library that implements PKI support"