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 01A7913826A for ; Wed, 25 May 2016 15:31:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C20123400F; Wed, 25 May 2016 15:31:49 +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 B68C123400F for ; Wed, 25 May 2016 15:31:48 +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 01B82340C77 for ; Wed, 25 May 2016 15:31:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE0A295E for ; Wed, 25 May 2016 15:31:41 +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: <1464190262.247a55d3672c3a851545e9af8ed2bd5239bb9c6b.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libseccomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libseccomp/libseccomp-2.3.0.ebuild X-VCS-Directories: sys-libs/libseccomp/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 247a55d3672c3a851545e9af8ed2bd5239bb9c6b X-VCS-Branch: master Date: Wed, 25 May 2016 15:31:41 +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: 6006bf5c-0704-427b-ac4b-1573b3b33fe1 X-Archives-Hash: b2f10a00b67a4bc9256fcf67824d3d35 commit: 247a55d3672c3a851545e9af8ed2bd5239bb9c6b Author: Mike Frysinger gentoo org> AuthorDate: Wed May 25 15:30:52 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed May 25 15:31:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247a55d3 sys-libs/libseccomp: mark arm64/ppc/ppc64/s390/x86 stable #581440 sys-libs/libseccomp/libseccomp-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libseccomp/libseccomp-2.3.0.ebuild b/sys-libs/libseccomp/libseccomp-2.3.0.ebuild index cd0d080..1bb773b 100644 --- a/sys-libs/libseccomp/libseccomp-2.3.0.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.3.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="-* amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~x86" +KEYWORDS="-* amd64 arm arm64 ~mips ppc ppc64 s390 x86" IUSE="static-libs" # We need newer kernel headers; we don't keep strict control of the exact