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 7A11A13835A for ; Tue, 7 Jul 2020 06:58:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E6CDE08F4; Tue, 7 Jul 2020 06:58:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1A50AE08F4 for ; Tue, 7 Jul 2020 06:58:09 +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 287E134E4C9 for ; Tue, 7 Jul 2020 06:58:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5F7C2D4 for ; Tue, 7 Jul 2020 06:58:05 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1594105065.a7de8500618eb3547557046d47d807427a22f260.slyfox@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.3.ebuild X-VCS-Directories: sys-libs/libseccomp/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a7de8500618eb3547557046d47d807427a22f260 X-VCS-Branch: master Date: Tue, 7 Jul 2020 06:58: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: 719b18d6-d2d2-445d-8f23-ab64a338b0c0 X-Archives-Hash: be65852d7b57c879d8a563134a90f597 commit: a7de8500618eb3547557046d47d807427a22f260 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Jul 7 05:12:06 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Jul 7 06:57:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7de8500 sys-libs/libseccomp: stable 2.4.3 for hppa, bug #730508 Package-Manager: Portage-2.3.99, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> sys-libs/libseccomp/libseccomp-2.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libseccomp/libseccomp-2.4.3.ebuild b/sys-libs/libseccomp/libseccomp-2.4.3.ebuild index 7847aee038e..5cd0d9ceccb 100644 --- a/sys-libs/libseccomp/libseccomp-2.4.3.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.4.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 ~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