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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAF75158451 for ; Wed, 10 Jan 2024 07:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0A62E2A5C; Wed, 10 Jan 2024 07:11:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77494E2A5C for ; Wed, 10 Jan 2024 07:11:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58CFA3432BF for ; Wed, 10 Jan 2024 07:11:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B48F514B1 for ; Wed, 10 Jan 2024 07:11:38 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1704870693.2e82cb0ecee74cc35cd149eba51932d255a39e81.juippis@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-115.6.0-r1.ebuild www-client/firefox-bin/firefox-bin-115.6.0.ebuild X-VCS-Directories: www-client/firefox-bin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2e82cb0ecee74cc35cd149eba51932d255a39e81 X-VCS-Branch: master Date: Wed, 10 Jan 2024 07:11:38 +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: 32e267d1-cc0f-4285-bbc0-9a6976ef012c X-Archives-Hash: 713354505dd20bbafbf2f29f19158ed7 commit: 2e82cb0ecee74cc35cd149eba51932d255a39e81 Author: Joonas Niilola gentoo org> AuthorDate: Wed Jan 10 07:08:59 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jan 10 07:11:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e82cb0e www-client/firefox-bin: sync wrapper path fix on prefix to esr Signed-off-by: Joonas Niilola gentoo.org> .../{firefox-bin-115.6.0.ebuild => firefox-bin-115.6.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/firefox-bin/firefox-bin-115.6.0.ebuild b/www-client/firefox-bin/firefox-bin-115.6.0-r1.ebuild similarity index 99% rename from www-client/firefox-bin/firefox-bin-115.6.0.ebuild rename to www-client/firefox-bin/firefox-bin-115.6.0-r1.ebuild index 7665aeef156d..95d67fb921b1 100644 --- a/www-client/firefox-bin/firefox-bin-115.6.0.ebuild +++ b/www-client/firefox-bin/firefox-bin-115.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -295,7 +295,7 @@ src_install() { # Update wrapper sed -i \ -e "s:@PREFIX@:${EPREFIX}/usr:" \ - -e "s:@MOZ_FIVE_HOME@:${MOZILLA_FIVE_HOME}:" \ + -e "s:@MOZ_FIVE_HOME@:${EPREFIX}${MOZILLA_FIVE_HOME}:" \ -e "s:@APULSELIB_DIR@:${apulselib}:" \ -e "s:@DEFAULT_WAYLAND@:${use_wayland}:" \ "${ED}/usr/bin/${PN}" \