Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1D3D078148F for ; Sat, 2 Apr 2022 15:23:47 +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=1648912497; 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=wXBFlW+/wkrvYOjiTSnyZaAdYfWQkF8SBWOVzt7ilPk=; b=F9Am14cR2ToNm159eMCC6UjjctjZy75xtcBhKAznoPafTMSviuMO85fL+BShDvSu3KmuGj KDRjuAuTgNEPFNzxcAA5Hbn9+hwOxjtWlozN0Y3xc8bbNsZrWgG+DwAVY4tcALTu9Ho3Dv 5eaVu6Q2+Vqn5q2VYnml9Jfz0cl8PkU= From: Edd Salkield To: alpine-aports@lists.alpinelinux.org Cc: Edd Salkield Subject: [PATCH] [PATCH] testing/cxxopts: remove cxxopts-dev Date: Sat, 2 Apr 2022 16:14:12 +0100 Message-Id: <20220402151411.10253-1-edd@salkield.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: salkield.uk cxxopts is a header-only library so cxxopts-dev is redundant https://gitlab.alpinelinux.org/alpine/aports/-/issues/13654 --- testing/cxxopts/APKBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/cxxopts/APKBUILD b/testing/cxxopts/APKBUILD index 20a476e322..7a2158c753 100644 --- a/testing/cxxopts/APKBUILD +++ b/testing/cxxopts/APKBUILD @@ -8,7 +8,6 @@ url="https://github.com/jarro2783/cxxopts" arch="noarch" license="MIT" makedepends="cmake ninja" -subpackages="$pkgname-dev" source="https://github.com/jarro2783/cxxopts/archive/v$pkgver/cxxopts-$pkgver.tar.gz" build() { -- 2.35.1