Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Wed, 24 Aug 2022 11:53:28
Message-Id: 1661341998.d5a90035a43a500e0633f0dec9bad36e47b74c2f.juippis@gentoo
1 commit: d5a90035a43a500e0633f0dec9bad36e47b74c2f
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 11:51:02 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 11:53:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a90035
7
8 www-client/firefox: restore keywords for 102.2.0
9
10 Bug: https://bugs.gentoo.org/854591
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 www-client/firefox/firefox-102.2.0.ebuild | 11 +----------
14 1 file changed, 1 insertion(+), 10 deletions(-)
15
16 diff --git a/www-client/firefox/firefox-102.2.0.ebuild b/www-client/firefox/firefox-102.2.0.ebuild
17 index 0fab438176a2..5fc46dffe81b 100644
18 --- a/www-client/firefox/firefox-102.2.0.ebuild
19 +++ b/www-client/firefox/firefox-102.2.0.ebuild
20 @@ -57,7 +57,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> ${MOZ_P_DISTFILES}
21 DESCRIPTION="Firefox Web Browser"
22 HOMEPAGE="https://www.mozilla.com/firefox"
23
24 -KEYWORDS=""
25 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
26
27 SLOT="esr"
28 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
29 @@ -418,15 +418,6 @@ pkg_pretend() {
30
31 check-reqs_pkg_pretend
32 fi
33 -
34 - if has_version =www-client/firefox-91*:esr; then
35 - ewarn ""
36 - ewarn "You are attempting to upgrade from firefox-91esr, this upgrade path is still"
37 - ewarn "not supported by upstream. If you wish to continue, please backup your"
38 - ewarn "current firefox profile, and uninstall www-client/firefox:esr before continuing."
39 - ewarn ""
40 - die
41 - fi
42 }
43
44 pkg_setup() {