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 19212138334 for ; Sun, 17 Jun 2018 20:31:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26CF5E0916; Sun, 17 Jun 2018 20:31:08 +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 00CB6E0916 for ; Sun, 17 Jun 2018 20:31: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 3F5B8335C97 for ; Sun, 17 Jun 2018 20:31:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1548E2B0 for ; Sun, 17 Jun 2018 20:31:03 +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: <1529267454.89de9b5829cb6d8c4687efcfd3f0e7d0024eb755.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox-bin/firefox-bin-52.8.1.ebuild www-client/firefox-bin/firefox-bin-60.0.2.ebuild X-VCS-Directories: www-client/firefox-bin/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 89de9b5829cb6d8c4687efcfd3f0e7d0024eb755 X-VCS-Branch: master Date: Sun, 17 Jun 2018 20:31:03 +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-Archives-Salt: 3e5d1245-dbc1-4f95-a2f0-a190f21ec444 X-Archives-Hash: 6ea5393a76209aca7ded94ad51d851a4 commit: 89de9b5829cb6d8c4687efcfd3f0e7d0024eb755 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jun 17 20:30:26 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jun 17 20:30:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89de9b58 www-client/firefox-bin: amd64 & x86 stable Closes: https://bugs.gentoo.org/657924 Package-Manager: Portage-2.3.40, Repoman-2.3.9 www-client/firefox-bin/firefox-bin-52.8.1.ebuild | 2 +- www-client/firefox-bin/firefox-bin-60.0.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/firefox-bin/firefox-bin-52.8.1.ebuild b/www-client/firefox-bin/firefox-bin-52.8.1.ebuild index 89c3bf63988..0e98fd84fa8 100644 --- a/www-client/firefox-bin/firefox-bin-52.8.1.ebuild +++ b/www-client/firefox-bin/firefox-bin-52.8.1.ebuild @@ -33,7 +33,7 @@ SRC_URI="${SRC_URI} HOMEPAGE="https://www.mozilla.org/en-US/firefox/" RESTRICT="strip mirror" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="+ffmpeg +pulseaudio selinux startup-notification" diff --git a/www-client/firefox-bin/firefox-bin-60.0.2.ebuild b/www-client/firefox-bin/firefox-bin-60.0.2.ebuild index 6a8d6b0b2c4..f6a08565ad3 100644 --- a/www-client/firefox-bin/firefox-bin-60.0.2.ebuild +++ b/www-client/firefox-bin/firefox-bin-60.0.2.ebuild @@ -33,7 +33,7 @@ SRC_URI="${SRC_URI} HOMEPAGE="https://www.mozilla.org/en-US/firefox/" RESTRICT="strip mirror" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="+ffmpeg +pulseaudio selinux startup-notification"