From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PriiW-0006aO-Gi for garchives@archives.gentoo.org; Tue, 22 Feb 2011 03:15:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E714BE0671; Tue, 22 Feb 2011 03:14:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ABBD2E0687 for ; Tue, 22 Feb 2011 03:14:40 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CB951B41B0 for ; Tue, 22 Feb 2011 03:14:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 88B4F8006A for ; Tue, 22 Feb 2011 03:14:39 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <6df6b530513109a28a558d31bb70616919c64b85.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:2.1.9 commit in: bin/, pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: bin/isolated-functions.sh pym/_emerge/SubProcess.py X-VCS-Directories: bin/ pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 6df6b530513109a28a558d31bb70616919c64b85 Date: Tue, 22 Feb 2011 03:14:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5176880e127e596bf1e4f0bbbd677927 commit: 6df6b530513109a28a558d31bb70616919c64b85 Author: Zac Medico gentoo org> AuthorDate: Tue Feb 22 02:50:33 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Feb 22 03:13:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D6df6b530 Update date headers in modified files. --- bin/isolated-functions.sh | 2 +- pym/_emerge/SubProcess.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index b5bb73a..2f144a0 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 # We need this next line for "die" and "assert". It expands diff --git a/pym/_emerge/SubProcess.py b/pym/_emerge/SubProcess.py index ef1346a..fc035d1 100644 --- a/pym/_emerge/SubProcess.py +++ b/pym/_emerge/SubProcess.py @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 from portage import os