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 <gentoo-commits+bounces-375690-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QwzeM-000552-Cn for garchives@archives.gentoo.org; Fri, 26 Aug 2011 16:52:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D96F21C241; Fri, 26 Aug 2011 16:52:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6C6E121C241 for <gentoo-commits@lists.gentoo.org>; Fri, 26 Aug 2011 16:52:50 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDC9B1B402F for <gentoo-commits@lists.gentoo.org>; Fri, 26 Aug 2011 16:52:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 147EC80040 for <gentoo-commits@lists.gentoo.org>; Fri, 26 Aug 2011 16:52:49 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" <zmedico@gentoo.org> Message-ID: <1dc7ac4b48ca0a5a8b607bbadf759fa209b49e9c.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/tests/repoman/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/tests/repoman/test_simple.py X-VCS-Directories: pym/portage/tests/repoman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 1dc7ac4b48ca0a5a8b607bbadf759fa209b49e9c Date: Fri, 26 Aug 2011 16:52:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: b6a43bc84ded96101de3ec82ec2eea41 commit: 1dc7ac4b48ca0a5a8b607bbadf759fa209b49e9c Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Fri Aug 26 16:52:04 2011 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Fri Aug 26 16:52:04 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D1dc7ac4b Fix EPREFIX/EROOT typo in repoman test. --- pym/portage/tests/repoman/test_simple.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/portage/tests/repoman/test_simple.py b/pym/portage/tests= /repoman/test_simple.py index b987f29..b156789 100644 --- a/pym/portage/tests/repoman/test_simple.py +++ b/pym/portage/tests/repoman/test_simple.py @@ -107,7 +107,7 @@ class SimpleRepomanTestCase(TestCase): =20 playground =3D ResolverPlayground(ebuilds=3Debuilds) settings =3D playground.settings - eprefix =3D settings["EROOT"] + eprefix =3D settings["EPREFIX"] distdir =3D os.path.join(eprefix, "distdir") portdir =3D settings["PORTDIR"] profiles_dir =3D os.path.join(portdir, "profiles")