diff options
author | Edd Salkield <edd@salkield.uk> | 2022-04-02 16:14:12 +0100 |
---|---|---|
committer | dispatch <dispatch@listserv.local> | 2022-04-02 15:23:50 +0000 |
commit | e27345977e3509e17fef90939bae46dbcc9fbc8d (patch) | |
tree | 6e0e7638f2587de87b1f518897b3b2b48cd9aa1c | |
parent | 1697ff98a1b477da006482feb50f8051e6520031 (diff) | |
download | aports-patches/4000.tar.gz aports-patches/4000.tar.bz2 aports-patches/4000.tar.xz |
testing/cxxopts: remove cxxopts-devpatches/4000
cxxopts is a header-only library so cxxopts-dev is redundant
https://gitlab.alpinelinux.org/alpine/aports/-/issues/13654
-rw-r--r-- | testing/cxxopts/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
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() { |