Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1DE7A78148F for ; Sat, 2 Apr 2022 15:24:16 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=salkield.uk; s=key1; t=1648912604; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=+KqJbE7AZLaKpel8WZPasXZsR7R8cIjy/+gBaR3XIO0=; b=kX9PNP5BsoGZcvrj+qpgxi7GHdGLod87Iia2CCXkMdGx7V/upS23T0NtW55LzyYzSKpqn6 uMpgAlJTtsUSR1E4K+cQ1++H0leGYklm0q1TK5Wm0TkV/2EAXqBbKSyg0J680Y74L5uFYk eqGMckuuH6IF/JQC68uoiMlP+gaHSbc= From: Edd Salkield To: alpine-aports@lists.alpinelinux.org Cc: Edd Salkield Subject: [PATCH] [PATCH] testing/libtree: cxxopts-dev -> cxxopts Date: Sat, 2 Apr 2022 16:16:35 +0100 Message-Id: <20220402151634.10985-1-edd@salkield.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: salkield.uk --- testing/libtree/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/libtree/APKBUILD b/testing/libtree/APKBUILD index 4b8fb26383..0f12fa4607 100644 --- a/testing/libtree/APKBUILD +++ b/testing/libtree/APKBUILD @@ -10,7 +10,7 @@ license="MIT" depends="cmd:chrpath cmd:strip" makedepends=" cmake - cxxopts-dev + cxxopts elfio-dev termcolor-dev " -- 2.35.1