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 7C39A138334 for ; Thu, 29 Aug 2019 00:36:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCF73E07B3; Thu, 29 Aug 2019 00:36:35 +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 A2079E07B3 for ; Thu, 29 Aug 2019 00:36:35 +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 9675C34A592 for ; Thu, 29 Aug 2019 00:36:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20E9A622 for ; Thu, 29 Aug 2019 00:36:33 +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: <1567038978.c59955f3cbb930979003957effcf783a5ebd3c83.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-69.0_beta16.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: c59955f3cbb930979003957effcf783a5ebd3c83 X-VCS-Branch: master Date: Thu, 29 Aug 2019 00:36:33 +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: 81943ddf-021e-4b79-9f91-a87eb5a3f306 X-Archives-Hash: e107f56363cad1cb0b9c361820b23024 commit: c59955f3cbb930979003957effcf783a5ebd3c83 Author: Jory Pratt gentoo org> AuthorDate: Thu Aug 29 00:36:18 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Thu Aug 29 00:36:18 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=c59955f3 www-client/firefox: Update rust/cbindgen dep Reported-By: Matthew Thode gentoo.org> Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Jory Pratt gentoo.org> www-client/firefox/firefox-69.0_beta16.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/firefox/firefox-69.0_beta16.ebuild b/www-client/firefox/firefox-69.0_beta16.ebuild index e9a30d7..c67b228 100644 --- a/www-client/firefox/firefox-69.0_beta16.ebuild +++ b/www-client/firefox/firefox-69.0_beta16.ebuild @@ -123,7 +123,7 @@ RDEPEND="${CDEPEND} DEPEND="${CDEPEND} app-arch/zip app-arch/unzip - >=dev-util/cbindgen-0.8.7 + >=dev-util/cbindgen-0.9.0 >=net-libs/nodejs-8.11.0 >=sys-devel/binutils-2.30 sys-apps/findutils @@ -157,8 +157,8 @@ DEPEND="${CDEPEND} ) ) pulseaudio? ( media-sound/pulseaudio ) - >=virtual/cargo-1.34.0 - >=virtual/rust-1.34.0 + >=virtual/cargo-1.35.0 + >=virtual/rust-1.35.0 wayland? ( >=x11-libs/gtk+-3.11:3[wayland] ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl )