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 B2CE9138334 for ; Thu, 7 Jun 2018 21:02:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EA83E0942; Thu, 7 Jun 2018 21:02:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2D732E0942 for ; Thu, 7 Jun 2018 21:02:22 +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 6839A335CC4 for ; Thu, 7 Jun 2018 21:02:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16E0729E for ; Thu, 7 Jun 2018 21:02:18 +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: <1528405330.6a2818c716873eae2641143a8aeba3c5a16300a1.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.3.ebuild X-VCS-Directories: sys-libs/libseccomp/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 6a2818c716873eae2641143a8aeba3c5a16300a1 X-VCS-Branch: master Date: Thu, 7 Jun 2018 21:02:18 +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: 7ab6858c-a3a3-4da3-a8b8-49ada31d25d6 X-Archives-Hash: e79ddb2588561f4fb49e9fef0614ff46 commit: 6a2818c716873eae2641143a8aeba3c5a16300a1 Author: Mike Frysinger gentoo org> AuthorDate: Thu Jun 7 20:55:17 2018 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Jun 7 21:02:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2818c7 sys-libs/libseccomp: mark 2.3.3 arm/ppc/s390 stable sys-libs/libseccomp/libseccomp-2.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libseccomp/libseccomp-2.3.3.ebuild b/sys-libs/libseccomp/libseccomp-2.3.3.ebuild index 753da391f6e..64821467e36 100644 --- a/sys-libs/libseccomp/libseccomp-2.3.3.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.3.3.ebuild @@ -13,7 +13,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 ~amd64-linux ~x86-linux" +KEYWORDS="-* amd64 arm arm64 ~mips ppc ppc64 s390 x86 ~amd64-linux ~x86-linux" IUSE="static-libs" # We need newer kernel headers; we don't keep strict control of the exact