diff options
author | Edd Salkield <edd@salkield.uk> | 2022-04-02 16:16:35 +0100 |
---|---|---|
committer | dispatch <dispatch@listserv.local> | 2022-04-02 15:24:17 +0000 |
commit | e6b14954395d9636748f8f1fa9e23b8a5f7975f3 (patch) | |
tree | 507e1d10c2effbb47a99339262f9802ea3c8a2e1 | |
parent | 1697ff98a1b477da006482feb50f8051e6520031 (diff) | |
download | aports-patches/4001.tar.gz aports-patches/4001.tar.bz2 aports-patches/4001.tar.xz |
testing/libtree: cxxopts-dev -> cxxoptspatches/4001
-rw-r--r-- | testing/libtree/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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 " |