Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <haubi@g.o>
To: Sam Pfeiffer <sammypfeiffer@×××××.com>
Cc: gentoo-alt@l.g.o
Subject: [gentoo-alt] Re: Gentoo Prefix not bootstrapping
Date: Tue, 19 Nov 2019 07:59:20
Message-Id: 5af9f627-04eb-5373-c2f4-b67bdf3b625a@gentoo.org
In Reply to: [gentoo-alt] Gentoo Prefix not bootstrapping by Sam Pfeiffer
1 Hi Sammy,
2
3 On 11/18/19 9:24 AM, Sam Pfeiffer wrote:
4
5 > On 8 Nov, sys-kernel/linux-headers updated to 5.3-r1 with this commit: https://gitweb.gentoo.org/repo/gentoo.git/diff/sys-kernel/linux-headers/linux-headers-5.3-r1.ebuild?id=860517a4332adacd145f96d17e1fd9c1ee757d93
6 >
7 > Which on src_prepare has the 2 lines switched of order from the previous versions.
8 >
9 > I don't know what they do (specially the one that is just the command 'default') so I haven't looked in that direction.
10
11 The bash function 'default' provided (since EAPI=2) by portage during the src_prepare
12 phase does (since EAPI=6) apply patches from both the PATCHES shell variable (or array)
13 optionally defined in the ebuild, as well as patches provided by the user in
14 /etc/portage/patches, if any, as defined in PMS[1] and described in devmanual[2].
15 [1] https://wiki.gentoo.org/wiki/Package_Manager_Specification
16 [2] https://devmanual.gentoo.org/ebuild-writing/eapi/
17
18 /haubi/