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 0EE78158013 for ; Sat, 28 Aug 2021 19:40:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B240E05C1; Sat, 28 Aug 2021 19:40:09 +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 0FB02E05C1 for ; Sat, 28 Aug 2021 19:40:08 +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 3DEBC335D07 for ; Sat, 28 Aug 2021 19:40:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BB6D4E for ; Sat, 28 Aug 2021 19:40:05 +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: <1630179209.94f262ef4991bab192bcfb0dbf59e1c091479d08.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/far2l/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/far2l/far2l-2.3.20210426_alpha.ebuild app-misc/far2l/far2l-2.3.20210630_alpha.ebuild app-misc/far2l/far2l-9999.ebuild X-VCS-Directories: app-misc/far2l/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 94f262ef4991bab192bcfb0dbf59e1c091479d08 X-VCS-Branch: dev Date: Sat, 28 Aug 2021 19:40:05 +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: 345779f9-192f-465a-a187-72a66a0db02c X-Archives-Hash: c230d5df7da64261958e81e3ba4998ed commit: 94f262ef4991bab192bcfb0dbf59e1c091479d08 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Aug 28 19:33:29 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sat Aug 28 19:33:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=94f262ef app-misc/far2l: drop ~x86 keyword dev-python/debugpy is not keyworded for x86 yet Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-misc/far2l/far2l-2.3.20210426_alpha.ebuild | 2 +- app-misc/far2l/far2l-2.3.20210630_alpha.ebuild | 2 +- app-misc/far2l/far2l-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/far2l/far2l-2.3.20210426_alpha.ebuild b/app-misc/far2l/far2l-2.3.20210426_alpha.ebuild index ea9fb3377..cbaa424c7 100644 --- a/app-misc/far2l/far2l-2.3.20210426_alpha.ebuild +++ b/app-misc/far2l/far2l-2.3.20210426_alpha.ebuild @@ -22,7 +22,7 @@ else MY_P="${PN}-${MY_PV}" S="${WORKDIR}/${MY_P}" SRC_URI="https://github.com/elfmz/far2l/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64" fi LICENSE="GPL-2" diff --git a/app-misc/far2l/far2l-2.3.20210630_alpha.ebuild b/app-misc/far2l/far2l-2.3.20210630_alpha.ebuild index ea9fb3377..cbaa424c7 100644 --- a/app-misc/far2l/far2l-2.3.20210630_alpha.ebuild +++ b/app-misc/far2l/far2l-2.3.20210630_alpha.ebuild @@ -22,7 +22,7 @@ else MY_P="${PN}-${MY_PV}" S="${WORKDIR}/${MY_P}" SRC_URI="https://github.com/elfmz/far2l/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64" fi LICENSE="GPL-2" diff --git a/app-misc/far2l/far2l-9999.ebuild b/app-misc/far2l/far2l-9999.ebuild index dd01ac84a..1a4c0b345 100644 --- a/app-misc/far2l/far2l-9999.ebuild +++ b/app-misc/far2l/far2l-9999.ebuild @@ -22,7 +22,7 @@ else MY_P="${PN}-${MY_PV}" S="${WORKDIR}/${MY_P}" SRC_URI="https://github.com/elfmz/far2l/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64" fi LICENSE="GPL-2"