Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 882695 - app-i18n/freewnn: replace egrep by grep -E
Summary: app-i18n/freewnn: replace egrep by grep -E
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-24 09:44 UTC by Pacho Ramos
Modified: 2022-11-24 09:44 UTC (History)
0 users

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 Pacho Ramos gentoo-dev 2022-11-24 09:44:30 UTC
As currently ebuild is modifying egrep call in Makefiles, it would be a good opportiny to use grep -E instead of deprecated egrep


       sed -i \
                -e "s/egrep -v/egrep -av/" \
                PubdicPlus/Makefile.in \
                Wnn/pubdicplus/Makefile.in \
                cWnn/[ct]dic/Makefile.in \
                kWnn/kdic/Makefile.in

Thanks