From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=DMARC_REJECT, MAILING_LIST_MULTI,RDNS_DYNAMIC autolearn=no autolearn_force=no version=4.0.0 Received: from goliath.dnshome.org (c-24-98-65-184.atl.client2.attbi.com [24.98.65.184]) by chiba.3jane.net (Postfix) with ESMTP id B938FAC385 for ; Fri, 10 May 2002 09:33:22 -0500 (CDT) Received: from acm.org (unknown [192.168.1.184]) by goliath.dnshome.org (Postfix) with ESMTP id 3AABF12A62B for ; Fri, 10 May 2002 10:33:22 -0400 (EDT) Message-ID: <3CDBDA32.5090706@acm.org> Date: Fri, 10 May 2002 10:33:22 -0400 From: "Chad M. Huneycutt" Organization: Georgia Tech College of Computing User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020427 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] question References: <20020510225801.13664466.milosn@slingshot.co.nz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org X-Reply-To: chadh@cc.gatech.edu List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 9dfccb45-e767-43a1-ae23-27a2011046a6 X-Archives-Hash: cb7e074071bedc9c1f559148b64e4cee Milos Negovanovic wrote: > Hello, > > how can i make Portage display full paths to ebuilds when i do "emerge --pretend --update world"...? > for example, now i am geting: > > "[ebuild U ] x11-libs/qt-3.0.4-r1 to /" > > and would realy like to know how to get something like: > > "[ebuild U ] x11-libs/qt/qt-3.0.4-r1.ebuild to /" > or similar Why would you need that? It is obvious from looking at it what the full path is. If you need it for scripting, then I might suggest a hint: emerge will take "=x11-libs/qt-3.0.4-r1" as an argument. Chad