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 CF50F138334 for ; Sun, 6 Oct 2019 11:42:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A1D4E0845; Sun, 6 Oct 2019 11:42:03 +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 130CCE0845 for ; Sun, 6 Oct 2019 11:42:03 +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 BC11034B8D4 for ; Sun, 6 Oct 2019 11:42:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9B7182A for ; Sun, 6 Oct 2019 11:41:58 +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: <1570362102.823290e520d72dbd88c3a6f6e327c8bb49c090cb.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/, eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/mozconfig-v6.60.eclass www-client/firefox/firefox-68.1.0.ebuild www-client/firefox/firefox-69.0.2.ebuild X-VCS-Directories: www-client/firefox/ eclass/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 823290e520d72dbd88c3a6f6e327c8bb49c090cb X-VCS-Branch: master Date: Sun, 6 Oct 2019 11:41:58 +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: 9c53a2e2-7358-4d2b-8309-99713839357a X-Archives-Hash: 66333b3066f28830751bf47d9ea8b6bf commit: 823290e520d72dbd88c3a6f6e327c8bb49c090cb Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 6 11:32:42 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 6 11:41:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823290e5 www-client/firefox: drop virtual/cargo Bug: https://bugs.gentoo.org/695698 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> eclass/mozconfig-v6.60.eclass | 2 -- www-client/firefox/firefox-68.1.0.ebuild | 1 - www-client/firefox/firefox-69.0.2.ebuild | 1 - 3 files changed, 4 deletions(-) diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass index ae83ebd6c31..4cbf6fe9618 100644 --- a/eclass/mozconfig-v6.60.eclass +++ b/eclass/mozconfig-v6.60.eclass @@ -194,11 +194,9 @@ DEPEND="app-arch/zip ) pulseaudio? ( media-sound/pulseaudio ) elibc_glibc? ( - virtual/cargo virtual/rust ) elibc_musl? ( - virtual/cargo virtual/rust ) ${RDEPEND}" diff --git a/www-client/firefox/firefox-68.1.0.ebuild b/www-client/firefox/firefox-68.1.0.ebuild index cbc319d6760..c98776c20e7 100644 --- a/www-client/firefox/firefox-68.1.0.ebuild +++ b/www-client/firefox/firefox-68.1.0.ebuild @@ -163,7 +163,6 @@ DEPEND="${CDEPEND} ) ) pulseaudio? ( media-sound/pulseaudio ) - >=virtual/cargo-1.34.0 >=virtual/rust-1.34.0 wayland? ( >=x11-libs/gtk+-3.11:3[wayland] ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) diff --git a/www-client/firefox/firefox-69.0.2.ebuild b/www-client/firefox/firefox-69.0.2.ebuild index c221342b1f9..98fb419fd60 100644 --- a/www-client/firefox/firefox-69.0.2.ebuild +++ b/www-client/firefox/firefox-69.0.2.ebuild @@ -165,7 +165,6 @@ DEPEND="${CDEPEND} ) ) pulseaudio? ( media-sound/pulseaudio ) - >=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 )