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 2E0A715808C for ; Fri, 25 Feb 2022 09:25:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48607E0858; Fri, 25 Feb 2022 09:25:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D747E0858 for ; Fri, 25 Feb 2022 09:25:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1804B342C31 for ; Fri, 25 Feb 2022 09:25:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DBEF2F9 for ; Fri, 25 Feb 2022 09:25:47 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1645778774.d0a4b4fbef3bf9f8241fc546822707037af03714.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/podman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/podman/podman-3.4.4.ebuild X-VCS-Directories: app-containers/podman/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: d0a4b4fbef3bf9f8241fc546822707037af03714 X-VCS-Branch: master Date: Fri, 25 Feb 2022 09:25:47 +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: 21e65913-94bb-48aa-9f7b-191cde8d1290 X-Archives-Hash: c47e2094ddc0d3b30a8c931c5ea8852d commit: d0a4b4fbef3bf9f8241fc546822707037af03714 Author: Jer Sun gmail com> AuthorDate: Mon Feb 14 02:36:27 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Feb 25 08:46:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a4b4fb app-containers/podman: keyword ~riscv, 3.4.4 Closes: https://github.com/gentoo/gentoo/pull/24342 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jer Sun gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-containers/podman/podman-3.4.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-containers/podman/podman-3.4.4.ebuild b/app-containers/podman/podman-3.4.4.ebuild index d6e34cf02490..f6e9ac8b1006 100644 --- a/app-containers/podman/podman-3.4.4.ebuild +++ b/app-containers/podman/podman-3.4.4.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 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/containers/podman/archive/v${PV}.tar.gz -> ${MY_P}.t LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0" SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64" +KEYWORDS="amd64 arm64 ~ppc64 ~riscv" IUSE="apparmor btrfs +fuse +rootless selinux" RESTRICT+=" test"