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 <gentoo-dev+bounces-47653-garchives=archives.gentoo.org@lists.gentoo.org>) id 1R4QLb-0006wB-6t for garchives@archives.gentoo.org; Fri, 16 Sep 2011 04:48:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4724621C14D; Fri, 16 Sep 2011 04:48:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A5EFC21C025 for <gentoo-dev@lists.gentoo.org>; Fri, 16 Sep 2011 04:47:40 +0000 (UTC) Received: from mail-vw0-f48.google.com (mail-vw0-f48.google.com [209.85.212.48]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mattst88) by smtp.gentoo.org (Postfix) with ESMTPSA id 103B71B401B for <gentoo-dev@lists.gentoo.org>; Fri, 16 Sep 2011 04:47:39 +0000 (UTC) Received: by vws7 with SMTP id 7so3544429vws.21 for <gentoo-dev@lists.gentoo.org>; Thu, 15 Sep 2011 21:47:38 -0700 (PDT) Received: by 10.52.99.161 with SMTP id er1mr1819589vdb.394.1316148458069; Thu, 15 Sep 2011 21:47:38 -0700 (PDT) Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.52.186.137 with HTTP; Thu, 15 Sep 2011 21:47:18 -0700 (PDT) In-Reply-To: <CAAr7Pr-xRy553X=ENM1yEeTiVQ8MXKYGi8sE=upEsmPQE3CP7w@mail.gmail.com> References: <CAEdQ38EpZVFZktC3LnT06YbXqC5iErmw6RhifEyAV0D9ftusSw@mail.gmail.com> <CAAr7Pr-xRy553X=ENM1yEeTiVQ8MXKYGi8sE=upEsmPQE3CP7w@mail.gmail.com> From: Matt Turner <mattst88@gentoo.org> Date: Fri, 16 Sep 2011 00:47:18 -0400 Message-ID: <CAEdQ38GhB5xWGPzWTHRZcOy6tPn+gH+Uv1MstMR4y-v41gEQjQ@mail.gmail.com> Subject: Re: [gentoo-dev] How to handle dependencies on protocol headers? To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: d22a26be76d1dbd4e6c33854287cc683 On Fri, Sep 16, 2011 at 12:36 AM, Alec Warner <antarus@gentoo.org> wrote: > The first is more correct, I think, but it's also much more annoying. > Mesa winds up having x11-proto/inputproto in DEPEND for some long > forgotten reason, for instance. > > Why is it annoying? Because the proto will have to be added as a dependency to a lot of packages, when I think it's needed if and only if the package (r)depends on the X11 library. Because of this, it can be quite prone to missing dependencies. Matt