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 DCDAD138350 for ; Tue, 10 Mar 2020 03:39:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 213E6E0878; Tue, 10 Mar 2020 03:39:02 +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 0209BE0878 for ; Tue, 10 Mar 2020 03:39:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7AA3734F314 for ; Tue, 10 Mar 2020 03:39:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC36371 for ; Tue, 10 Mar 2020 03:38:57 +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: <1583811528.0a794d40c6d0c485411d3ca7133e55caf9f7ccbb.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nss-pem/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/nss-pem/nss-pem-1.0.5.ebuild X-VCS-Directories: dev-libs/nss-pem/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 0a794d40c6d0c485411d3ca7133e55caf9f7ccbb X-VCS-Branch: master Date: Tue, 10 Mar 2020 03:38:57 +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: 172c58b8-b318-47f7-a3a1-d106089bfe39 X-Archives-Hash: ab6ed8cab2e20259941717681861e61e commit: 0a794d40c6d0c485411d3ca7133e55caf9f7ccbb Author: Jory Pratt gentoo org> AuthorDate: Tue Mar 10 03:38:48 2020 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Mar 10 03:38:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a794d40 dev-libs/nss-pem: Fix blocker Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Jory Pratt gentoo.org> dev-libs/nss-pem/nss-pem-1.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/nss-pem/nss-pem-1.0.5.ebuild b/dev-libs/nss-pem/nss-pem-1.0.5.ebuild index e5fecd0f848..0364f65447a 100644 --- a/dev-libs/nss-pem/nss-pem-1.0.5.ebuild +++ b/dev-libs/nss-pem/nss-pem-1.0.5.ebuild @@ -17,7 +17,7 @@ IUSE="" BDEPEND=" >=dev-libs/nss-3.50-r1 " RDEPEND="${BDEPEND}" -DEPEND="<=dev-libs/nss-3.50 +DEPEND="!<=dev-libs/nss-3.50 ${RDEPEND}" S="${WORKDIR}/${P}/src"