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 D2816138334 for ; Tue, 19 Nov 2019 08:56:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB355E087C; Tue, 19 Nov 2019 08:56:08 +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 BC0B6E087C for ; Tue, 19 Nov 2019 08:56:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8494234D08E for ; Tue, 19 Nov 2019 08:56:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1819D2A5 for ; Tue, 19 Nov 2019 08:56:05 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1574153763.a56179e6f1ddf5753993df36abdde5b5e57397b0.jer@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.4.0.ebuild X-VCS-Directories: sys-libs/libseccomp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a56179e6f1ddf5753993df36abdde5b5e57397b0 X-VCS-Branch: master Date: Tue, 19 Nov 2019 08:56:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d8cbb30-0f21-41bd-a617-5f9f488c4c74 X-Archives-Hash: 97dd25cfbdbacd96ef2014dca2b92b69 commit: a56179e6f1ddf5753993df36abdde5b5e57397b0 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Nov 19 08:55:54 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Nov 19 08:56:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56179e6 sys-libs/libseccomp: Stable for hppa too Package-Manager: Portage-2.3.79, Repoman-2.3.18 RepoMan-Options: --ignore-arches Signed-off-by: Jeroen Roovers gentoo.org> sys-libs/libseccomp/libseccomp-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libseccomp/libseccomp-2.4.0.ebuild b/sys-libs/libseccomp/libseccomp-2.4.0.ebuild index ed16699636f..8914898af2d 100644 --- a/sys-libs/libseccomp/libseccomp-2.4.0.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.4.0.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 ~hppa ~mips ppc ppc64 s390 x86 ~amd64-linux ~x86-linux" +KEYWORDS="-* amd64 arm arm64 hppa ~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