~alpine/aports

testing/cxxopts: remove cxxopts-dev v1 REJECTED

Edd Salkield: 1
 testing/cxxopts: remove cxxopts-dev

 1 files changed, 0 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4000/mbox | git am -3
Learn more about email & git

[PATCH] [PATCH] testing/cxxopts: remove cxxopts-dev Export this patch

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
NAK, see #13654.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32741#note_226436