diff options
author | 2021-07-25 02:12:46 +0100 | |
---|---|---|
committer | 2021-07-25 02:13:09 +0100 | |
commit | 3054954e55dc0d43538f8332b9a07857e1d54ec8 (patch) | |
tree | 6324b5eedcc20c63a794888dfa1e24c60fb8cd36 /dev-lang/fpc/fpc-3.2.2.ebuild | |
parent | profiles/arch/arm64: mask dev-util/diffoscope[pascal] (diff) | |
download | gentoo-3054954e55dc0d43538f8332b9a07857e1d54ec8.tar.gz gentoo-3054954e55dc0d43538f8332b9a07857e1d54ec8.tar.bz2 gentoo-3054954e55dc0d43538f8332b9a07857e1d54ec8.zip |
dev-lang/fpc: add -* to KEYWORDS
Uses binaries to bootstrap.
Bug: https://bugs.gentoo.org/801649
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/fpc/fpc-3.2.2.ebuild')
-rw-r--r-- | dev-lang/fpc/fpc-3.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/fpc/fpc-3.2.2.ebuild b/dev-lang/fpc/fpc-3.2.2.ebuild index 6698bb11d0a6..ffe9f92b4f08 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 |