From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B6195138A1A for ; Mon, 2 Feb 2015 18:50:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A9E4E089F; Mon, 2 Feb 2015 18:50:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 089A4E089F for ; Mon, 2 Feb 2015 18:50:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38CDC3406A1 for ; Mon, 2 Feb 2015 18:50:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2BA810E85 for ; Mon, 2 Feb 2015 18:50:06 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1422902979.fe02abc0b5d2dfa3f175ad5c022316b83af79f14.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/repository/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/repository/config.py X-VCS-Directories: pym/portage/repository/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: fe02abc0b5d2dfa3f175ad5c022316b83af79f14 X-VCS-Branch: master Date: Mon, 2 Feb 2015 18:50:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fc2f953f-6330-4fcc-ae70-50e216b10000 X-Archives-Hash: 95bfc9ba27e20f8741617187e4afdd47 commit: fe02abc0b5d2dfa3f175ad5c022316b83af79f14 Author: Brian Dolbec gentoo org> AuthorDate: Mon Feb 2 18:49:39 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Mon Feb 2 18:49:39 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=fe02abc0 portage/repository/config.py: typo s/depercated/deprecated --- pym/portage/repository/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py index 6d79452..9d14646 100644 --- a/pym/portage/repository/config.py +++ b/pym/portage/repository/config.py @@ -606,12 +606,12 @@ class RepoConfigLoader(object): if "PORTAGE_REPOSITORIES" in settings: portdir = "" portdir_overlay = "" - # depercated portdir_sync + # deprecated portdir_sync portdir_sync = "" else: portdir = settings.get("PORTDIR", "") portdir_overlay = settings.get("PORTDIR_OVERLAY", "") - # depercated portdir_sync + # deprecated portdir_sync portdir_sync = settings.get("SYNC", "") try: