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 B12A81392E8 for ; Sun, 25 Jul 2021 01:13:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7F5EE0C57; Sun, 25 Jul 2021 01:13:35 +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 BCB06E0C57 for ; Sun, 25 Jul 2021 01:13:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C4FB2342D8F for ; Sun, 25 Jul 2021 01:13:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75FF47D6 for ; Sun, 25 Jul 2021 01:13:33 +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: <1627175589.3054954e55dc0d43538f8332b9a07857e1d54ec8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/fpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/fpc/fpc-3.0.4.ebuild dev-lang/fpc/fpc-3.2.2.ebuild X-VCS-Directories: dev-lang/fpc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3054954e55dc0d43538f8332b9a07857e1d54ec8 X-VCS-Branch: master Date: Sun, 25 Jul 2021 01:13:33 +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: acba367b-edc4-4c12-989e-06f2f6b098a6 X-Archives-Hash: f2c5a67ba7bbfec90d23cbc15ff61c1f commit: 3054954e55dc0d43538f8332b9a07857e1d54ec8 Author: Sam James gentoo org> AuthorDate: Sun Jul 25 01:12:46 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 25 01:13:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3054954e dev-lang/fpc: add -* to KEYWORDS Uses binaries to bootstrap. Bug: https://bugs.gentoo.org/801649 Signed-off-by: Sam James gentoo.org> dev-lang/fpc/fpc-3.0.4.ebuild | 4 ++-- dev-lang/fpc/fpc-3.2.2.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/fpc/fpc-3.0.4.ebuild b/dev-lang/fpc/fpc-3.0.4.ebuild index 1f46d2453e6..eec18b966ca 100644 --- a/dev-lang/fpc/fpc-3.0.4.ebuild +++ b/dev-lang/fpc/fpc-3.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz SLOT="0" LICENSE="GPL-2 LGPL-2.1-with-linking-exception" -KEYWORDS="amd64 x86" +KEYWORDS="-* amd64 x86" IUSE="doc ide source" RDEPEND="ide? ( !dev-lang/fpc-ide )" diff --git a/dev-lang/fpc/fpc-3.2.2.ebuild b/dev-lang/fpc/fpc-3.2.2.ebuild index 6698bb11d0a..ffe9f92b4f0 100644 --- a/dev-lang/fpc/fpc-3.2.2.ebuild +++ b/dev-lang/fpc/fpc-3.2.2.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/fpcbuild-${PV}/fpcsrc" LICENSE="GPL-2 LGPL-2.1-with-linking-exception" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="-* ~amd64 ~x86" IUSE="doc source" RESTRICT="strip" #269221