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 1QwLIc-0000GV-CI for garchives@archives.gentoo.org; Wed, 24 Aug 2011 21:47:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FD2E21C4B3; Wed, 24 Aug 2011 21:47:32 +0000 (UTC) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) by pigeon.gentoo.org (Postfix) with ESMTP id EC95921C4A6 for ; Wed, 24 Aug 2011 21:44:29 +0000 (UTC) Received: by fxd23 with SMTP id 23so1579712fxd.40 for ; Wed, 24 Aug 2011 14:44:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:content-type; bh=5kO6LoVSAYLKSQy/Mp02AihGF0nNuBuIqcUUpOzHCuo=; b=ETNZL3Due/5C8YyJko/2OVu159klMeDwNUoHvI9/NVS9oMHIFSNvFCRQB8IrEqEAQo N5LPW1p/S5ikfUxZJBTsbS/hp1j9evGnw2a1ca0ZrkHAG5MVdy1r370OGHKH55mV4Spf Md9BZhOiWCFuPSJxotuqo5PC7DTMZhCZu/A1c= Received: by 10.223.41.28 with SMTP id m28mr7814268fae.134.1314222269111; Wed, 24 Aug 2011 14:44:29 -0700 (PDT) Received: from picard.localnet (i577B8C17.versanet.de [87.123.140.23]) by mx.google.com with ESMTPS id r12sm1186696fam.14.2011.08.24.14.44.27 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 24 Aug 2011 14:44:28 -0700 (PDT) From: Meik Frischke To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Plasma-runtime compilation problems Date: Wed, 24 Aug 2011 23:44:25 +0200 Message-ID: <1334941.7zlbUBPcz8@picard> User-Agent: KMail/4.7.0 (Linux/3.0.3-gentoo; KDE/4.7.0; x86_64; ; ) In-Reply-To: References: <1312947259.12939.4.camel@laptop.limeyworld> <1806444.ZDm6Jedacl@powerslave> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Archives-Salt: X-Archives-Hash: b7c8d926e7a69f260ec68015985fd7e7 On 08/24/2011, 14:12:53 walt wrote: > On 08/24/2011 01:05 AM, Yohan Pereira wrote: > > On Tuesday 23 Aug 2011 20:28:14 Jeff Cranmer wrote: > >> Pardon my ignorance, but how do I find out? > > > > run this > > > > equery belongs /usr/include/plasma/service.h > > > > if you dont have the equery program install it by emerging > > > > app-portage/gentoolkit > > Seems there is always an alternate way of answering any portage question. > I know "qfile service.h" will do the same thing (emerge portage-utils). > > I'll bet there are still more ways that I don't know about yet. Anyone > have a different trick to do the same thing? Well, you could always do it the hard way : grep -R /usr/include/plasma/service.h /var/db/pkg/*/*/CONTENTS