Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10199 - main/branches/2.1.2/pym
Date: Mon, 05 May 2008 06:36:31
Message-Id: E1JsuJI-0000wd-Tr@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-05-05 06:36:27 +0000 (Mon, 05 May 2008)
3 New Revision: 10199
4
5 Modified:
6 main/branches/2.1.2/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. (trunk r10198)
10
11
12 Modified: main/branches/2.1.2/pym/portage_const.py
13 ===================================================================
14 --- main/branches/2.1.2/pym/portage_const.py 2008-05-05 06:35:57 UTC (rev 10198)
15 +++ main/branches/2.1.2/pym/portage_const.py 2008-05-05 06:36:27 UTC (rev 10199)
16 @@ -54,7 +54,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