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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5CDC158097 for ; Mon, 15 Aug 2022 22:30:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F79EE0BE1; Mon, 15 Aug 2022 22:30:44 +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 7001BE0BE2 for ; Mon, 15 Aug 2022 22:30:44 +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 053D7341141 for ; Mon, 15 Aug 2022 22:30:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 244F9561 for ; Mon, 15 Aug 2022 22:30:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1660602565.5f20edeb14b087b6d2ea49c2a093f19748ed7c8f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/apptainer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/apptainer/apptainer-1.0.3.ebuild X-VCS-Directories: app-containers/apptainer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5f20edeb14b087b6d2ea49c2a093f19748ed7c8f X-VCS-Branch: master Date: Mon, 15 Aug 2022 22:30:41 +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: 5ed0e9a7-b652-4af5-8b12-7aaab17ff620 X-Archives-Hash: 93d289c74d7b09ad2fbc4a6f0cf4b033 commit: 5f20edeb14b087b6d2ea49c2a093f19748ed7c8f Author: Sam James gentoo org> AuthorDate: Mon Aug 15 22:29:25 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 15 22:29:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f20edeb app-containers/apptainer: Stabilize 1.0.3 amd64, #865215 Signed-off-by: Sam James gentoo.org> app-containers/apptainer/apptainer-1.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/apptainer/apptainer-1.0.3.ebuild b/app-containers/apptainer/apptainer-1.0.3.ebuild index 56b48324770c..f8ab29b4d9f4 100644 --- a/app-containers/apptainer/apptainer-1.0.3.ebuild +++ b/app-containers/apptainer/apptainer-1.0.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/apptainer/${PN}/releases/download/v${PV}/${P}.tar.gz SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="examples +network +suid" # Do not complain about CFLAGS etc. since go projects do not use them.