From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9B26913829C for ; Mon, 13 Jun 2016 18:23:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1D0AE096C; Mon, 13 Jun 2016 18:23:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 845B7E096C for ; Mon, 13 Jun 2016 18:23:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB29933F9D2 for ; Mon, 13 Jun 2016 18:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D01E7963 for ; Mon, 13 Jun 2016 18:23:23 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1465842178.a19477cedb6f496e23be1c7061be765fc1be0a16.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libunwind/libunwind-1.2_rc1.ebuild X-VCS-Directories: sys-libs/libunwind/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: a19477cedb6f496e23be1c7061be765fc1be0a16 X-VCS-Branch: master Date: Mon, 13 Jun 2016 18:23:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 85172181-ab15-4a0e-80c0-59c3c146f46f X-Archives-Hash: 0d834f4526f3abdba65a3d9a09886474 commit: a19477cedb6f496e23be1c7061be765fc1be0a16 Author: Mike Frysinger gentoo org> AuthorDate: Mon Jun 13 18:22:58 2016 +0000 Commit: Mike Frysinger gentoo 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