Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 914900

Summary: www-client/firefox-115.3.0: Missing or extraneous elog statement
Product: Documentation Reporter: 2porcupines
Component: Project-specific documentationAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED FIXED    
Severity: trivial CC: nathandu
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: [PATCH] www-client/firefox: Remove stray elog line

Description 2porcupines 2023-09-29 00:25:23 UTC
On line 1352 of the firefox 115.3.0 ebuild, there is a line that says "elog"

This causes builds to have an empty message

Recommend either removing it, or replacing it with whatever 115.2.1 has (line 1385 - 1391)

Reproducible: Always

Actual Results:  
I get this:

 * Messages for package www-client/firefox-115.3.0:

 *
Comment 1 mcendu 2023-09-29 02:50:51 UTC
Created attachment 871692 [details, diff]
[PATCH] www-client/firefox: Remove stray elog line
Comment 2 Joonas Niilola gentoo-dev 2023-10-03 15:45:07 UTC
Right, it does looks pretty silly if there's nothing else to print.
Comment 3 Larry the Git Cow gentoo-dev 2023-10-03 15:47:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6afb6078c379833913789a5ff359dc17f8f1860c

commit 6afb6078c379833913789a5ff359dc17f8f1860c
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2023-10-03 15:46:35 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2023-10-03 15:47:32 +0000

    www-client/firefox: remove an empty elog line
    
    Closes: https://bugs.gentoo.org/914900
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 www-client/firefox/firefox-115.3.1.ebuild | 2 --
 www-client/firefox/firefox-118.0.1.ebuild | 2 --
 2 files changed, 4 deletions(-)