Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: bin/, pym/_emerge/
Date: Tue, 22 Feb 2011 02:51:24
Message-Id: 5e2d5b02d177497d01f4d13f7324056b092ca29f.zmedico@gentoo
1 commit: 5e2d5b02d177497d01f4d13f7324056b092ca29f
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 22 02:50:33 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 22 02:50:33 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=5e2d5b02
7
8 Update date headers in modified files.
9
10 ---
11 bin/isolated-functions.sh | 2 +-
12 pym/_emerge/SubProcess.py | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
16 index b5bb73a..2f144a0 100644
17 --- a/bin/isolated-functions.sh
18 +++ b/bin/isolated-functions.sh
19 @@ -1,5 +1,5 @@
20 #!/bin/bash
21 -# Copyright 1999-2010 Gentoo Foundation
22 +# Copyright 1999-2011 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 # We need this next line for "die" and "assert". It expands
26
27 diff --git a/pym/_emerge/SubProcess.py b/pym/_emerge/SubProcess.py
28 index ef1346a..fc035d1 100644
29 --- a/pym/_emerge/SubProcess.py
30 +++ b/pym/_emerge/SubProcess.py
31 @@ -1,4 +1,4 @@
32 -# Copyright 1999-2009 Gentoo Foundation
33 +# Copyright 1999-2011 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35
36 from portage import os