This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Handbook Talk:Parts/Portage/Advanced

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

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)

Now we have note about EAPI 6. Thanks --Cronolio (talk) 16:33, 14 April 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/bashrcHooking into the postinst and postrm phases
'"`UNIQ--pre-00000000-QINU`"'

We can remove useless semicolons between "then" and "fi":

FILE /etc/portage/bashrcHooking into the postinst and postrm phases
'"`UNIQ--pre-00000003-QINU`"'

— The preceding unsigned comment was added by Fturco (talkcontribs) 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)