Handbook Talk:Parts/Portage/Advanced
From Gentoo Wiki
epatch_user is deprecated
Talk status
This discussion is done.
I am not so good with EAPI, but looks like with EAPI 6 epatch_user
should be updated with eapply_user
. Link. --Cronolio (talk) 21 January 2017 (UTC)
Useless semicolons
Talk status
This discussion is done as of 2017-05-22.
Take a look at the following bash code:
FILE
/etc/portage/bashrc
Hooking into the postinst and postrm phases'"`UNIQ--pre-00000000-QINU`"'
We can remove useless semicolons between "then" and "fi":
FILE
/etc/portage/bashrc
Hooking into the postinst and postrm phases'"`UNIQ--pre-00000003-QINU`"'
— The preceding unsigned comment was added by Fturco (talk • contribs) 12:39, May 19, 2017
- Fixed. Thanks, Fturco! --Maffblaster (talk) 20:52, 22 May 2017 (UTC)
Adding relevant hyperlink
This page mentions /etc/portage/bashrc multiple times, but none of these instances link to /etc/portage/bashrc, the page that documents this file. At least the first one in running text should. Median (talk) 16:26, 19 April 2018 (UTC)