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 DA88A13829C for ; Mon, 13 Jun 2016 18:04:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ED1CE099E; Mon, 13 Jun 2016 18:04:19 +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 D4CDCE099E for ; Mon, 13 Jun 2016 18:04:18 +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 CF95333FD3F for ; Mon, 13 Jun 2016 18:04:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02FE82324 for ; Mon, 13 Jun 2016 18:04:15 +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: <1465841043.80ecc67c26c0dea4dc08643e374185f09a93466e.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.1.ebuild X-VCS-Directories: sys-libs/libunwind/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 80ecc67c26c0dea4dc08643e374185f09a93466e X-VCS-Branch: master Date: Mon, 13 Jun 2016 18:04:15 +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: 54d1bf33-aa40-4b35-aa7c-cf1c14f36ef8 X-Archives-Hash: 75117ce00a303c3e4db71a7f1f738c34 commit: 80ecc67c26c0dea4dc08643e374185f09a93466e Author: Mike Frysinger gentoo org> AuthorDate: Mon Jun 13 18:03:42 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Jun 13 18:04:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ecc67c sys-libs/libunwind: mark ia64 stable #461394 sys-libs/libunwind/libunwind-1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libunwind/libunwind-1.1.ebuild b/sys-libs/libunwind/libunwind-1.1.ebuild index 96c0baf..1c96c89 100644 --- a/sys-libs/libunwind/libunwind-1.1.ebuild +++ b/sys-libs/libunwind/libunwind-1.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/libunwind/${P}.tar.gz" LICENSE="MIT" SLOT="7" -KEYWORDS="amd64 arm hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm hppa ia64 ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug debug-frame libatomic lzma static-libs" RESTRICT="test" #461958 -- re-enable tests with >1.1 again for retesting, this is here for #461394