X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id 25FEB5C4D0D for ; Thu, 28 Sep 2017 08:21:56 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id BCD539E2DFB; Thu, 28 Sep 2017 08:21:55 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (15.63.200.37.customer.cdi.no [37.200.63.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id B07C39E218E; Thu, 28 Sep 2017 08:21:54 +0000 (GMT) Date: Thu, 28 Sep 2017 10:21:47 +0200 From: Natanael Copa To: Joe Groocock Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] community/docker: update build to 17.07.0 Message-ID: <20170928102147.74b12fe4@ncopa-desktop.copa.dup.pw> In-Reply-To: <20170916230635.8116-1-frebib@gmail.com> References: <20170916230635.8116-1-frebib@gmail.com> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-alpine-linux-musl) 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=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 17 Sep 2017 00:06:35 +0100 Joe Groocock wrote: > --- > community/docker/APKBUILD | 131 +++++++++++++++++++++++++++------------------- > 1 file changed, 76 insertions(+), 55 deletions(-) > > diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD > index 211cd79..b485bc0 100644 > --- a/community/docker/APKBUILD > +++ b/community/docker/APKBUILD > @@ -1,6 +1,6 @@ > # Maintainer: Natanael Copa > pkgname=docker > -pkgver=17.05.0 > +pkgver=17.07.0 > _ver=${pkgver/_/-}-ce > pkgrel=0 > _gitcommit=v$_ver > @@ -8,23 +8,22 @@ pkgdesc="Pack, ship and run any application as a lightweight container" > url="http://www.docker.io/" > arch="all !s390x" > license="ASL 2.0" > -depends="ca-certificates iptables" > +depends="ca-certificates iptables libltdl" the libltdl dependency is not needed as abuild will autodetect it. I removed it and pushed. Thanks! -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---