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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE2E7158087 for ; Fri, 7 Jan 2022 17:55:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 817792BC005; Fri, 7 Jan 2022 17:55:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61D0EE0207 for ; Fri, 7 Jan 2022 17:55:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AB50342C5F for ; Fri, 7 Jan 2022 17:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 998A1285 for ; Fri, 7 Jan 2022 17:55:38 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1641577960.49f79202f4b284b283fbf3e92daa3944d7610a12.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/runc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/runc/runc-1.0.3.ebuild X-VCS-Directories: app-containers/runc/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 49f79202f4b284b283fbf3e92daa3944d7610a12 X-VCS-Branch: master Date: Fri, 7 Jan 2022 17:55:38 +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: a98ba24a-95e7-4f1c-b873-0f788dcad64b X-Archives-Hash: eb6f73868fcdf58ba6213db2fbf4a9e0 commit: 49f79202f4b284b283fbf3e92daa3944d7610a12 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Jan 7 17:44:54 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jan 7 17:52:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f79202 app-containers/runc: Stabilize 1.0.3 ppc64, #830674 Signed-off-by: Georgy Yakovlev gentoo.org> app-containers/runc/runc-1.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-containers/runc/runc-1.0.3.ebuild b/app-containers/runc/runc-1.0.3.ebuild index b4281cd2aad2..030101eed9c3 100644 --- a/app-containers/runc/runc-1.0.3.ebuild +++ b/app-containers/runc/runc-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> ${P LICENSE="Apache-2.0 BSD-2 BSD MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~riscv ~x86" IUSE="apparmor hardened +kmem +seccomp test" DEPEND="seccomp? ( sys-libs/libseccomp )"