commit: a19477cedb6f496e23be1c7061be765fc1be0a16
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 18:22:58 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 18:22:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19477ce
sys-libs/libunwind: clean up debug configure bug
Should have been dropped in the previous clean up here.
sys-libs/libunwind/libunwind-1.2_rc1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys-libs/libunwind/libunwind-1.2_rc1.ebuild
b/sys-libs/libunwind/libunwind-1.2_rc1.ebuild
index 9d10213..5aa3d70 100644
--- a/sys-libs/libunwind/libunwind-1.2_rc1.ebuild
+++ b/sys-libs/libunwind/libunwind-1.2_rc1.ebuild
@@ -39,7 +39,6 @@ src_prepare() {
}
src_configure() {
- # https://savannah.nongnu.org/bugs/index.php?34324
# --enable-cxx-exceptions: always enable it, headers provide the
interface
# and on some archs it is disabled by default causing a mismatch
between the
# API and the ABI, bug #418253