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 6459715800D for ; Sun, 9 Jul 2023 02:00:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FC89E0976; Sun, 9 Jul 2023 02:00:47 +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 55FF7E0976 for ; Sun, 9 Jul 2023 02:00:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFF73340C37 for ; Sun, 9 Jul 2023 02:00:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F7D5AD9 for ; Sun, 9 Jul 2023 02:00:43 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1688866287.cbb060ccffd8c26725732b307f8087c04f763cad.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-doc/ford/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-doc/ford/ford-6.2.5.ebuild X-VCS-Directories: app-doc/ford/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: cbb060ccffd8c26725732b307f8087c04f763cad X-VCS-Branch: dev Date: Sun, 9 Jul 2023 02:00:43 +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: eeac351f-e5f3-4574-8671-28bec9bb0128 X-Archives-Hash: 5633607c9b78c167e7b8b6b5bbfe8b1f commit: cbb060ccffd8c26725732b307f8087c04f763cad Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Jul 9 01:31:27 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Jul 9 01:31:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cbb060cc app-doc/ford: unkeyword 6.2.5 for ~x86 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-doc/ford/ford-6.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/ford/ford-6.2.5.ebuild b/app-doc/ford/ford-6.2.5.ebuild index 3fc47c364..fd0b34ac4 100644 --- a/app-doc/ford/ford-6.2.5.ebuild +++ b/app-doc/ford/ford-6.2.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="$(pypi_sdist_url --no-normalize "${MY_PN^}" "${PV}")" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="test" RESTRICT="!test? ( test )"