From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1Dqg8G-0008Mb-T5 for garchives@archives.gentoo.org; Thu, 07 Jul 2005 23:50:17 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j67Nmlne020401; Thu, 7 Jul 2005 23:48:47 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j67NiiS4020979 for ; Thu, 7 Jul 2005 23:44:45 GMT Received: by wproxy.gmail.com with SMTP id 50so316868wri for ; Thu, 07 Jul 2005 16:44:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=BP2WtOJmRvccQmk3NXBmuFYlRpW8pvNdx2mlvmlk/y0Cw3CUUkh0LpRFy3Af3Ogh8zHD32SvUDQdkBCX4ubq+7lMKWC6LV0hTArYljaKTNLzl41HvRvqYNfDVrLUfPOa+XJcqWc9Zr4f7FI09blJwr4+DLHOsxwXxV8ZgQxQqjk= Received: by 10.54.38.10 with SMTP id l10mr1177513wrl; Thu, 07 Jul 2005 16:44:46 -0700 (PDT) Received: from ?192.168.1.102? ([24.30.171.44]) by mx.gmail.com with ESMTP id 38sm2428204wrl.2005.07.07.16.44.46; Thu, 07 Jul 2005 16:44:46 -0700 (PDT) Message-ID: <42CDBE78.6060204@gmail.com> Date: Thu, 07 Jul 2005 16:44:56 -0700 From: Zac Medico User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050624) X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: RE: [gentoo-user] equery caching Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: ecabe033-d5b0-4a84-b1d0-f0939a91b132 X-Archives-Hash: 400607f27f932578bcde383ea4738fda Catalin Grigoroscuta wrote: > I've just rebuilt my system without "motif" use flag (with emerge > --newuse, etc). > Everything works fine, except that equery shows stale data. > For example: > 1. "equery depends emacs" shows openmotif as dependency, but emacs is > rebuilt without motif USE ("emerge -pv emacs" clearly shows this). The depends query shows all depends regardless of whether they are enabled or not (by USE flags). > 2. "equery hasuse motif" also shows emacs > Is there any caching done by equery? How can I invalidate it? The hasuse query shows all USE flags regardless of whether they are enabled or not. There is no cache, it queries the database directly. Zac -- gentoo-user@gentoo.org mailing list