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 4FA4713933E for ; Sun, 11 Jul 2021 08:58:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4AB2E0D4E; Sun, 11 Jul 2021 08:58:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BCAC5E0D4E for ; Sun, 11 Jul 2021 08:58:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 79309342BC5 for ; Sun, 11 Jul 2021 08:58:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D27C7D1 for ; Sun, 11 Jul 2021 08:58:37 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1625993802.6922e082faccc5bc5effa8c1b7295caa4894519a.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/genfstab/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/genfstab/genfstab-24.ebuild X-VCS-Directories: sys-fs/genfstab/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 6922e082faccc5bc5effa8c1b7295caa4894519a X-VCS-Branch: master Date: Sun, 11 Jul 2021 08:58:37 +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: 4bafed1e-c20e-415e-9b3a-37a2c2befd14 X-Archives-Hash: 7ac25f76f67ff4746080b1df7008c03d commit: 6922e082faccc5bc5effa8c1b7295caa4894519a Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jul 11 08:56:42 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jul 11 08:56:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6922e082 sys-fs/genfstab: amd64 stable wrt bug #801511 Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> sys-fs/genfstab/genfstab-24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/genfstab/genfstab-24.ebuild b/sys-fs/genfstab/genfstab-24.ebuild index 7773f1880dc..03bd8b3aba5 100644 --- a/sys-fs/genfstab/genfstab-24.ebuild +++ b/sys-fs/genfstab/genfstab-24.ebuild @@ -10,6 +10,6 @@ S="${WORKDIR}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" BDEPEND="app-text/asciidoc"