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 75BE9138350 for ; Thu, 12 Mar 2020 12:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65C60E093A; Thu, 12 Mar 2020 12:56:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 14A02E093A for ; Thu, 12 Mar 2020 12:56:06 +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 7124034EF86 for ; Thu, 12 Mar 2020 12:56:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F09F6171 for ; Thu, 12 Mar 2020 12:56:01 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1584017745.c65a2a635112828aa63dbdaf6595141ce5b7a7a3.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-68.6.0-r1.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c65a2a635112828aa63dbdaf6595141ce5b7a7a3 X-VCS-Branch: master Date: Thu, 12 Mar 2020 12:56:01 +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: 2eb7bd14-963e-4759-a7b5-5d8ae10d28c6 X-Archives-Hash: e636d28521fbc331c64056adeda8178b commit: c65a2a635112828aa63dbdaf6595141ce5b7a7a3 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Mar 12 12:55:45 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Mar 12 12:55:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65a2a63 www-client/firefox: arm64 stable (bug #712182) Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> www-client/firefox/firefox-68.6.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-68.6.0-r1.ebuild b/www-client/firefox/firefox-68.6.0-r1.ebuild index 66bbb902e6e..c59249a4953 100644 --- a/www-client/firefox/firefox-68.6.0-r1.ebuild +++ b/www-client/firefox/firefox-68.6.0-r1.ebuild @@ -47,7 +47,7 @@ inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs eutils \ DESCRIPTION="Firefox Web Browser" HOMEPAGE="https://www.mozilla.com/firefox" -KEYWORDS="amd64 ~arm64 ~ppc64 x86" +KEYWORDS="amd64 arm64 ~ppc64 x86" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1"