Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10198 - main/trunk/pym/portage
Date: Mon, 05 May 2008 06:36:01
Message-Id: E1JsuIo-0000vc-NR@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-05-05 06:35:57 +0000 (Mon, 05 May 2008)
3 New Revision: 10198
4
5 Modified:
6 main/trunk/pym/portage/const.py
7 Log:
8 Add "package" to EBUILD_PHASES since it's possible for einfo to be called
9 by install_mask() during that phase.
10
11
12 Modified: main/trunk/pym/portage/const.py
13 ===================================================================
14 --- main/trunk/pym/portage/const.py 2008-05-05 06:03:43 UTC (rev 10197)
15 +++ main/trunk/pym/portage/const.py 2008-05-05 06:35:57 UTC (rev 10198)
16 @@ -56,7 +56,8 @@
17 "CONFIG_PROTECT_MASK", "CONFIG_PROTECT",
18 "PRELINK_PATH", "PRELINK_PATH_MASK", "PROFILE_ONLY_VARIABLES"]
19 EBUILD_PHASES = ["setup", "unpack", "compile", "test", "install",
20 - "preinst", "postinst", "prerm", "postrm", "other"]
21 + "package", "preinst", "postinst","prerm", "postrm",
22 + "other"]
23
24 EAPI = 1
25
26
27 --
28 gentoo-commits@l.g.o mailing list