Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/fpc/
Date: Sun, 25 Jul 2021 01:13:36
Message-Id: 1627175589.3054954e55dc0d43538f8332b9a07857e1d54ec8.sam@gentoo
1 commit: 3054954e55dc0d43538f8332b9a07857e1d54ec8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 25 01:12:46 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 25 01:13:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3054954e
7
8 dev-lang/fpc: add -* to KEYWORDS
9
10 Uses binaries to bootstrap.
11
12 Bug: https://bugs.gentoo.org/801649
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-lang/fpc/fpc-3.0.4.ebuild | 4 ++--
16 dev-lang/fpc/fpc-3.2.2.ebuild | 2 +-
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-lang/fpc/fpc-3.0.4.ebuild b/dev-lang/fpc/fpc-3.0.4.ebuild
20 index 1f46d2453e6..eec18b966ca 100644
21 --- a/dev-lang/fpc/fpc-3.0.4.ebuild
22 +++ b/dev-lang/fpc/fpc-3.0.4.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz
30
31 SLOT="0"
32 LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
33 -KEYWORDS="amd64 x86"
34 +KEYWORDS="-* amd64 x86"
35 IUSE="doc ide source"
36
37 RDEPEND="ide? ( !dev-lang/fpc-ide )"
38
39 diff --git a/dev-lang/fpc/fpc-3.2.2.ebuild b/dev-lang/fpc/fpc-3.2.2.ebuild
40 index 6698bb11d0a..ffe9f92b4f0 100644
41 --- a/dev-lang/fpc/fpc-3.2.2.ebuild
42 +++ b/dev-lang/fpc/fpc-3.2.2.ebuild
43 @@ -16,7 +16,7 @@ S="${WORKDIR}/fpcbuild-${PV}/fpcsrc"
44
45 LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
46 SLOT="0"
47 -KEYWORDS="~amd64 ~arm64 ~x86"
48 +KEYWORDS="-* ~amd64 ~x86"
49 IUSE="doc source"
50 RESTRICT="strip" #269221