X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id B92AADC019D for ; Thu, 10 Sep 2015 17:59:05 +0000 (UTC) Received: from mail-pa0-f46.google.com (mail-pa0-f46.google.com [209.85.220.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 896C3DC008F for ; Thu, 10 Sep 2015 17:59:05 +0000 (UTC) Received: by pacex6 with SMTP id ex6so49493021pac.0 for ; Thu, 10 Sep 2015 10:59:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=6y8+jLf0ysP3OJre8QzdBtWDcZFlVzmhDKlF2/9pYV8=; b=CdN4eFEXrYOoz0bKm8KzO8ZachTTck2xMBnWy+wHRccXqu6NmxgOpDkV9OcTWBUA1H z/rA3vF9rV/q4bcDqiwLM+E68OPsfk2we2rOcIEAm5feFwTbBWBWynEtnbgzGGQDKM7w cK9otL214QS6pA/fIWm+TNbZfb4aIpTzUHoE4fDCJl68pAXFQ8Tb7eyNVtD8ua0cBg/c ep6rNGc96f1BIV81xdFlkz8+dO+uE169Uuu0gHz6X7LMDHoR5/8HY7P6igyzmNvmQBiY zPJbqrUV1Jrah5WAKNquhNJJHaQWqqZrbzvgwrLmRZmtH+o+4sWTvyc737XJeCyAawmU vc+A== X-Received: by 10.69.2.227 with SMTP id br3mr86786895pbd.9.1441907944274; Thu, 10 Sep 2015 10:59:04 -0700 (PDT) Received: from newbook ([50.0.228.211]) by smtp.gmail.com with ESMTPSA id ok4sm13223027pbb.65.2015.09.10.10.59.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Sep 2015 10:59:03 -0700 (PDT) Date: Thu, 10 Sep 2015 10:59:04 -0700 From: Isaac Dunham To: =?iso-8859-1?Q?S=F6ren?= Tempel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH 2/2] main/dhcpcd-dbus: use depends_dev Message-ID: <20150910175903.GB2004@newbook> References: <1441897362-3425-1-git-send-email-soeren+git@soeren-tempel.net> <1441897362-3425-2-git-send-email-soeren+git@soeren-tempel.net> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <1441897362-3425-2-git-send-email-soeren+git@soeren-tempel.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-Virus-Scanned: ClamAV using ClamSMTP On Thu, Sep 10, 2015 at 05:02:42PM +0200, S=F6ren Tempel wrote: > -makedepends=3D"dbus-dev" > +depends_dev=3D"dbus-dev" > +makedepends=3D"$makedepends" I had been under the impression that depends_dev was for packages that should be dependencies of the -dev suppackage. Thanks, Isaac --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---