Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Eapi 6 ?
Date: Tue, 16 Sep 2014 20:24:05
Message-Id: 20140916212337.2c15333c@digimed.co.uk
In Reply to: Re: [gentoo-user] Eapi 6 ? by Rich Freeman
1 On Tue, 16 Sep 2014 14:38:12 -0400, Rich Freeman wrote:
2
3 > All you need to do is add epatch_user to src_prepare in an existing
4 > ebuild to use it. If you want to patch the build system you'll also
5 > need to make calls to autotools/etc as needed after calling
6 > epatch_user.
7
8 You can often do it without touching the ebuild at all by putting
9
10 post_src_unpack() {
11 cd "${S}"
12 epatch_user
13 }
14
15 in /etc/portage/env/category/package[-version]
16
17
18 --
19 Neil Bothwick
20
21 No trees were harmed in the sending of this message. However, a large
22 number of electrons were terribly inconvenienced.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: Eapi 6 ? James <wireless@×××××××××××.com>