diff options
author | 2021-04-01 23:00:00 +0000 | |
---|---|---|
committer | 2021-04-02 11:00:48 -0400 | |
commit | a62ec2473825e637157e1dbfe9efe2d4a95d7c50 (patch) | |
tree | 3bc859902606704e318afc84aa5b417be0b1c864 /dev-cpp/glog/metadata.xml | |
parent | dev-db/sqlite: Delete old versions (3.33.0, 3.34.0). (diff) | |
download | gentoo-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.xml | 2 |
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> |