From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48D4F1396D1 for ; Tue, 12 Sep 2017 20:00:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71A5E1FC103; Tue, 12 Sep 2017 20:00:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BF601FC103 for ; Tue, 12 Sep 2017 20:00:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B53173417E8 for ; Tue, 12 Sep 2017 20:00:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 145A49078 for ; Tue, 12 Sep 2017 20:00:06 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1505246393.d5702b3f93888be5c3461ff02d966b9bef71f8a6.mattst88@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.1.ebuild X-VCS-Directories: sys-libs/libunwind/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d5702b3f93888be5c3461ff02d966b9bef71f8a6 X-VCS-Branch: master Date: Tue, 12 Sep 2017 20:00:06 +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: 873cf786-6aae-435d-a3fb-64bf9d426396 X-Archives-Hash: 3bb7d0566800f39588d77551026de928 commit: d5702b3f93888be5c3461ff02d966b9bef71f8a6 Author: Matt Turner gentoo org> AuthorDate: Tue Sep 12 19:43:26 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Sep 12 19:59:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5702b3f sys-libs/libunwind-1.2.1: ppc64 stable, bug 629258 sys-libs/libunwind/libunwind-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libunwind/libunwind-1.2.1.ebuild b/sys-libs/libunwind/libunwind-1.2.1.ebuild index cd9f6af7e3e..e8251198d31 100644 --- a/sys-libs/libunwind/libunwind-1.2.1.ebuild +++ b/sys-libs/libunwind/libunwind-1.2.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/libunwind/${MY_P}.tar.gz" LICENSE="MIT" SLOT="7" -KEYWORDS="~amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug debug-frame doc libatomic lzma static-libs" RESTRICT="test" # half of tests are broken (toolchain version dependent)