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 1RZ5aQ-0006pz-Ph for garchives@archives.gentoo.org; Fri, 09 Dec 2011 18:54:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD51621C0A6; Fri, 9 Dec 2011 18:54:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 92DAF21C0A6 for ; Fri, 9 Dec 2011 18:54:14 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 148F31B4009 for ; Fri, 9 Dec 2011 18:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 52D2D80042 for ; Fri, 9 Dec 2011 18:54:13 +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: <174ffd8336ec9914f85f871b7ce78506574d3d9b.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/portageq X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 174ffd8336ec9914f85f871b7ce78506574d3d9b Date: Fri, 9 Dec 2011 18:54:13 +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: 5936317f-e934-47a9-ae16-b9fd6c668c5c X-Archives-Hash: 5c8906136fc2b29052de0bc9c9f114fe commit: 174ffd8336ec9914f85f871b7ce78506574d3d9b Author: Zac Medico gentoo org> AuthorDate: Fri Dec 9 18:54:04 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Dec 9 18:54:04 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D174ffd83 portageq: get_repo* uses_root --- bin/portageq | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/bin/portageq b/bin/portageq index cee343f..e1cf1a0 100755 --- a/bin/portageq +++ b/bin/portageq @@ -708,6 +708,8 @@ def get_repos(argv): sys.exit(2) print(" ".join(portage.db[argv[0]]["porttree"].dbapi.getRepositories())= ) =20 +get_repos.uses_root =3D True + def get_repo_path(argv): """ + Returns the path to the repo named argv[1], argv[0] =3D $EROOT @@ -721,6 +723,8 @@ def get_repo_path(argv): path =3D "" print(path) =20 +get_repo_path.uses_root =3D True + def list_preserved_libs(argv): """ Print a list of libraries preserved during a package update in the form