Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Eapi 6 ?
Date: Wed, 17 Sep 2014 03:41:05
Message-Id: loom.20140917T053105-52@post.gmane.org
In Reply to: Re: [gentoo-user] Eapi 6 ? by Neil Bothwick
1 Neil Bothwick <neil <at> digimed.co.uk> writes:
2
3
4 > You can often do it without touching the ebuild at all by putting
5
6 > post_src_unpack() {
7 > cd "${S}"
8 > epatch_user
9 > }
10
11 > in /etc/portage/env/category/package[-version]
12
13 Thx Neil,
14
15 Nice trick to know. But,
16 I do not have an /etc/portage/env/ dir?
17 Just make them up?
18
19 Or is this the reference:
20 http://wiki.gentoo.org/wiki//etc/portage/env
21
22
23 Any docs somewhere as this looks more like a "sets" trick?
24
25
26 curiously,
27 James

Replies

Subject Author
Re: [gentoo-user] Re: Eapi 6 ? Neil Bothwick <neil@××××××××××.uk>