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 94B1A15803E for ; Sun, 7 Jan 2024 06:52:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22352E2A18; Sun, 7 Jan 2024 06:52:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1CEAE2A3F for ; Sun, 7 Jan 2024 06:52:08 +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 0529F343258 for ; Sun, 7 Jan 2024 06:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68FB614B4 for ; Sun, 7 Jan 2024 06:52:06 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1704610281.177cedf30549eb97711328f72bf95d23058b2355.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/containers-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/containers-common/containers-common-0.57.0.ebuild X-VCS-Directories: app-containers/containers-common/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 177cedf30549eb97711328f72bf95d23058b2355 X-VCS-Branch: master Date: Sun, 7 Jan 2024 06:52:06 +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: b6d119dc-340f-4e5c-80d5-f91607530df3 X-Archives-Hash: 5006c9a98d8e8027c4eb28a97a9f5618 commit: 177cedf30549eb97711328f72bf95d23058b2355 Author: Joonas Niilola gentoo org> AuthorDate: Sun Jan 7 06:51:21 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jan 7 06:51:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177cedf3 app-containers/containers-common: Stabilize 0.57.0 amd64, #921435 Signed-off-by: Joonas Niilola gentoo.org> app-containers/containers-common/containers-common-0.57.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/containers-common/containers-common-0.57.0.ebuild b/app-containers/containers-common/containers-common-0.57.0.ebuild index 17c6b0ad0ee3..0643011c3d6e 100644 --- a/app-containers/containers-common/containers-common-0.57.0.ebuild +++ b/app-containers/containers-common/containers-common-0.57.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://github.com/containers/common/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P#containers-}" - KEYWORDS="~amd64 arm64 ~riscv" + KEYWORDS="amd64 arm64 ~riscv" fi LICENSE="Apache-2.0"