X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 6613DDC0BE6; Fri, 5 Dec 2014 15:48:17 +0000 (UTC) Date: Fri, 5 Dec 2014 16:48:14 +0100 From: Natanael Copa To: ScrumpyJack Cc: Alpine Devel List Subject: Re: [alpine-devel] [PATCH] main/task: added GnuTLS support to sync with a taskd server Message-ID: <20141205164814.22e257cb@ncopa-desktop.alpinelinux.org> In-Reply-To: References: X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel 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 Fri, 05 Dec 2014 12:58:01 +0000 (UTC) ScrumpyJack wrote: > > --- > main/task/APKBUILD | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/main/task/APKBUILD b/main/task/APKBUILD > index 97d1302..e1fe9ef 100644 > --- a/main/task/APKBUILD > +++ b/main/task/APKBUILD > @@ -8,7 +8,7 @@ arch="all" > license="MIT" > depends="" > depends_dev="" > -makedepends="$depends_dev cmake util-linux-dev" > +makedepends="$depends_dev cmake gnutls-dev util-linux-dev" > install="" > subpackages="$pkgname-doc" > source="http://taskwarrior.org/download/task-$pkgver.tar.gz I think your mailer mangled it again :-( I applied it manually and commited with you as author. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---