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 1Q9utH-0002gX-ON for garchives@archives.gentoo.org; Wed, 13 Apr 2011 07:53:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDAEB1C06D; Wed, 13 Apr 2011 07:52:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9CF811C06D for ; Wed, 13 Apr 2011 07:52:13 +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 21FE41B412D for ; Wed, 13 Apr 2011 07:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7649F8006D for ; Wed, 13 Apr 2011 07:52:12 +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: Subject: [gentoo-commits] proj/portage:2.1.9 commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/repoman X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: b3d2ac7510e82a0d21ba7aa99d067f4829ef6ecf Date: Wed, 13 Apr 2011 07:52:12 +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: dc413e1e39db274c26e11933f9bfa431 commit: b3d2ac7510e82a0d21ba7aa99d067f4829ef6ecf Author: Zac Medico gentoo org> AuthorDate: Sun Apr 3 15:54:10 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Apr 13 07:49:21 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Db3d2ac75 repoman: fix profiles.desc overlay path Thanks to Alexey Shvetsov gentoo.org> for reporting this iss= ue and testing the fix. --- bin/repoman | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/repoman b/bin/repoman index 7236909..0c6f655 100755 --- a/bin/repoman +++ b/bin/repoman @@ -721,7 +721,7 @@ for path in portdb.porttrees: elif arch[2] not in valid_profile_types: err("invalid profile type: \"" + bad(arch[2]) + "\" in " + \ desc_path + " line %d" % (i+1, )) - profile_desc =3D ProfileDesc(arch[0], arch[2], arch[1], portdir) + profile_desc =3D ProfileDesc(arch[0], arch[2], arch[1], path) if not os.path.isdir(profile_desc.abs_path): logging.error( "Invalid %s profile (%s) for arch %s in %s line %d",