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 0A8DA15808C for ; Wed, 9 Mar 2022 23:36:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E10E9E0802; Wed, 9 Mar 2022 23:36:16 +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 BC116E0802 for ; Wed, 9 Mar 2022 23:36:16 +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 576F5342E98 for ; Wed, 9 Mar 2022 23:36:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADBD2313 for ; Wed, 9 Mar 2022 23:36:13 +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: <1646868171.e4aba91f6c5657a7865a33ae77a90af9f5f0f69f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fdutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/fdutils/fdutils-5.6_p2.ebuild X-VCS-Directories: app-misc/fdutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e4aba91f6c5657a7865a33ae77a90af9f5f0f69f X-VCS-Branch: master Date: Wed, 9 Mar 2022 23:36:13 +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: 79d4e39f-a609-4a92-96b8-85ea3ac698c9 X-Archives-Hash: a39a8a89378a764b14f149c447fee758 commit: e4aba91f6c5657a7865a33ae77a90af9f5f0f69f Author: Sam James gentoo org> AuthorDate: Wed Mar 9 23:22:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 9 23:22:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4aba91f app-misc/fdutils: restore dropped ppc/x86 Signed-off-by: Sam James gentoo.org> app-misc/fdutils/fdutils-5.6_p2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/fdutils/fdutils-5.6_p2.ebuild b/app-misc/fdutils/fdutils-5.6_p2.ebuild index 84a17c6b46a7..b49bc20f491a 100644 --- a/app-misc/fdutils/fdutils-5.6_p2.ebuild +++ b/app-misc/fdutils/fdutils-5.6_p2.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc" RDEPEND=">=sys-fs/mtools-4"