Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 856547 - app-editors/emacs-29.0.9999: upstream version number changed
Summary: app-editors/emacs-29.0.9999: upstream version number changed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GNU Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-05 12:41 UTC by Jonas Jelten
Modified: 2022-07-05 18:42 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Jelten 2022-07-05 12:41:16 UTC
Since Emacs commit 59206529a17a8ae976072d8306882c4ff37a2fbd, the ebuild can no longer parse the upstream version, since it is now quoted by [].

The error is:
Upstream version number changed to [29.0.50]
Comment 1 Ulrich Müller gentoo-dev 2022-07-05 18:42:00 UTC
commit 4ea5e00720ab5774e1afb9d0d58e4d362fd50a02
Author: Ulrich Müller <ulm@gentoo.org>
Date:   Tue Jul 5 13:46:08 2022 +0200

    app-editors/emacs: Fix sed expression for AC_INIT
    
    Upstream added a pair of brackets which made the previous regexp fail.
    
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>