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 A508CDCA2C3 for ; Thu, 24 Sep 2015 21:55:10 +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 0EFABDC9F58; Thu, 24 Sep 2015 21:55:08 +0000 (UTC) Received: from localhost (ip5f5ac904.dynamic.kabel-deutschland.de [95.90.201.4]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id bac503a1; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 24 Sep 2015 23:55:07 +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: Don't depend on patch Date: Thu, 24 Sep 2015 23:54:57 +0200 Message-Id: <1443131697-25533-2-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.5.3 In-Reply-To: <1443131697-25533-1-git-send-email-soeren+git@soeren-tempel.net> References: <1443131697-25533-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: GNU patch is only needed by abuild. See also: Latest abuild commit and e4e72a78d0ea922149226c9880ed095dcd550118 --- main/alpine-sdk/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/alpine-sdk/APKBUILD b/main/alpine-sdk/APKBUILD index 602b9ef..6228e44 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=2 +pkgrel=3 url=http://dev.alpinelinux.org/cgit pkgdesc="Alpine Software Development Kit meta package" -depends="abuild build-base patch git squashfs-tools cdrkit acct mkinitfs mtools" +depends="abuild build-base git squashfs-tools cdrkit acct mkinitfs mtools" arch="noarch" license="GPL2" -- 2.5.3 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---