Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms-test-suite:master commit in: PMSTestSuite/library/standard/basic/
Date: Tue, 31 May 2011 21:07:04
Message-Id: 64b9ef07fabef514d48f47fde0f8a66913a53822.mgorny@gentoo
1 commit: 64b9ef07fabef514d48f47fde0f8a66913a53822
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 21:03:39 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 21:03:39 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms-test-suite.git;a=commit;h=64b9ef07
7
8 phase-function-order: fix EAPI 4 expected results.
9
10 ---
11 .../library/standard/basic/phase_function_order.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/PMSTestSuite/library/standard/basic/phase_function_order.py b/PMSTestSuite/library/standard/basic/phase_function_order.py
15 index d46837c..4bc9104 100644
16 --- a/PMSTestSuite/library/standard/basic/phase_function_order.py
17 +++ b/PMSTestSuite/library/standard/basic/phase_function_order.py
18 @@ -37,8 +37,8 @@ pkg_postinst"""
19 pkg_setup
20 src_unpack
21 src_prepare
22 -src_compile
23 src_configure
24 +src_compile
25 src_install
26 pkg_preinst
27 pkg_postinst"""