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 42161DC114E for ; Mon, 7 Sep 2015 22:39:29 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 76E7FDC1888; Mon, 7 Sep 2015 22:39:28 +0000 (UTC) Received: from localhost (ip5f5ac8f2.dynamic.kabel-deutschland.de [95.90.200.242]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id e6f3a636; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 8 Sep 2015 00:39:25 +0200 (CEST) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 2/2] main/alpine-sdk: depend on GNU patch Date: Tue, 8 Sep 2015 00:39:21 +0200 Message-Id: <1441665561-11776-2-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.5.1 In-Reply-To: <1441665561-11776-1-git-send-email-soeren+git@soeren-tempel.net> References: <1441665561-11776-1-git-send-email-soeren+git@soeren-tempel.net> X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: See the commit message of the last commit for more details. --- main/alpine-sdk/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/alpine-sdk/APKBUILD b/main/alpine-sdk/APKBUILD index 12ddfc1..602b9ef 100644 --- a/main/alpine-sdk/APKBUILD +++ b/main/alpine-sdk/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Natanael Copa pkgname=alpine-sdk pkgver=0.4 -pkgrel=1 +pkgrel=2 url=http://dev.alpinelinux.org/cgit pkgdesc="Alpine Software Development Kit meta package" -depends="abuild build-base git squashfs-tools cdrkit acct mkinitfs mtools" +depends="abuild build-base patch git squashfs-tools cdrkit acct mkinitfs mtools" arch="noarch" license="GPL2" @@ -15,4 +15,4 @@ build() { package() { mkdir -p "$pkgdir" -} +} -- 2.5.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---