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 42CA8DC01F7 for ; Thu, 12 Nov 2015 10:07:44 +0000 (UTC) Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id E1684DC015C for ; Thu, 12 Nov 2015 10:07:43 +0000 (UTC) Received: by wmdw130 with SMTP id w130so147106980wmd.0 for ; Thu, 12 Nov 2015 02:07:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=4F500HOYBIHxcx2gz2+BSx6CDZjUSiSSjRs+hOR2vsU=; b=i4AW0poCPOFPu6f7bGszYeLpmu5LKAUeJV0yoygZRiFaOM6IAm6i4hr3I16edlssWZ RfR7DcnVZe+WPvNrfwplkyoykwUqrZCYX2getIXS8NNa0Ufol4cYQiV3NiuM7PWxrvhP m4QVLzBsq1QE7Zw9LmalTHmpvcRPwjGzzGHCYbuNCXiEbwwXmuu76EItpx/kZapf07FA bahGc8J5QbbtzpdjR0D2Ln4Sa7S+VFUpWTqAal3kUTAmh2v8V8r/I1/eDmcKHJ4rmxli AU12IqX6WfN8SH2esT9EHXbwWxEc0wZ7tfd6z5ci4AtIQYSsvzRoe36q06MZahAUdyqy jLIg== X-Received: by 10.194.93.34 with SMTP id cr2mr17856216wjb.76.1447322862177; Thu, 12 Nov 2015 02:07:42 -0800 (PST) Received: from localhost.localdomain (cpe-373317.ip.primehome.com. [62.12.86.168]) by smtp.gmail.com with ESMTPSA id kd8sm13590255wjc.27.2015.11.12.02.07.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Nov 2015 02:07:41 -0800 (PST) From: Michael Koloberdin To: alpine-aports@lists.alpinelinux.org Cc: Michael Koloberdin Subject: [alpine-aports] [PATCH] testing/innoextract: xz-lib rather than xz is enough as a runtime dep Date: Thu, 12 Nov 2015 10:07:26 +0000 Message-Id: <1447322846-1520-1-git-send-email-koloberdin@gmail.com> X-Mailer: git-send-email 2.4.1 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/innoextract/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/innoextract/APKBUILD b/testing/innoextract/APKBUILD index 0857eba..7e12fa8 100644 --- a/testing/innoextract/APKBUILD +++ b/testing/innoextract/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="A tool to extract installers created by Inno Setup" url="http://constexpr.org/innoextract/" arch="all" license="ZLIB" -depends="boost xz" +depends="boost xz-libs" depends_dev="cmake boost-dev xz-dev" makedepends="$depends_dev" install="" -- 2.4.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---