Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914900 - www-client/firefox-115.3.0: Missing or extraneous elog statement
Summary: www-client/firefox-115.3.0: Missing or extraneous elog statement
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Project-specific documentation (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-29 00:25 UTC by 2porcupines
Modified: 2023-10-03 15:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
[PATCH] www-client/firefox: Remove stray elog line (0001-www-client-firefox-Remove-stray-elog-line.patch,878 bytes, patch)
2023-09-29 02:50 UTC, mcendu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)