summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2021-04-01 23:00:00 +0000
committerMike Gilbert <floppym@gentoo.org>2021-04-02 11:00:48 -0400
commita62ec2473825e637157e1dbfe9efe2d4a95d7c50 (patch)
tree3bc859902606704e318afc84aa5b417be0b1c864 /dev-cpp/glog/metadata.xml
parentdev-db/sqlite: Delete old versions (3.33.0, 3.34.0). (diff)
downloadgentoo-a62ec2473825e637157e1dbfe9efe2d4a95d7c50.tar.gz
gentoo-a62ec2473825e637157e1dbfe9efe2d4a95d7c50.tar.bz2
gentoo-a62ec2473825e637157e1dbfe9efe2d4a95d7c50.zip
dev-cpp/glog: Rename "unwind" USE flag to "libunwind". Enable it by default.
Closes: https://bugs.gentoo.org/618190 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-cpp/glog/metadata.xml')
-rw-r--r--dev-cpp/glog/metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/glog/metadata.xml b/dev-cpp/glog/metadata.xml
index 3856364cd842..7abf6ed43ca5 100644
--- a/dev-cpp/glog/metadata.xml
+++ b/dev-cpp/glog/metadata.xml
@@ -11,7 +11,7 @@
</maintainer>
<use>
<flag name="gflags">Use <pkg>dev-cpp/gflags</pkg> for flag parsing</flag>
- <flag name="unwind">Use <pkg>sys-libs/libunwind</pkg> for stack unwinding instead of glibc/gcc (may be more reliable on x86_64)</flag>
+ <flag name="libunwind">Use libunwind library (<pkg>sys-libs/libunwind</pkg> or <pkg>sys-libs/llvm-libunwind</pkg>) instead of built-in fallback implementation for stack unwinding</flag>
</use>
<upstream>
<remote-id type="github">google/glog</remote-id>