Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/racket/
Date: Sat, 02 Apr 2022 08:04:02
Message-Id: 1648886615.51a4296fbf9bda820b448dbe983ea2361e635283.ago@gentoo
1 commit: 51a4296fbf9bda820b448dbe983ea2361e635283
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 08:03:35 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 08:03:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a4296f
7
8 dev-scheme/racket: x86 stable wrt bug #836451
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-scheme/racket/racket-8.4-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-scheme/racket/racket-8.4-r1.ebuild b/dev-scheme/racket/racket-8.4-r1.ebuild
18 index 2a91954e60f9..21f19f5a855e 100644
19 --- a/dev-scheme/racket/racket-8.4-r1.ebuild
20 +++ b/dev-scheme/racket/racket-8.4-r1.ebuild
21 @@ -24,7 +24,7 @@ LICENSE="
22 # PV == SLOT but this has to be checked carefully and in cases
23 # where we use _p, _pre, etc it will have to be set manually.
24 SLOT="0/${PV}"
25 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
26 +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
27 IUSE="+chez +doc +futures +jit minimal ncurses +places +threads"
28 # See bug #809785 re chez/threads
29 REQUIRED_USE="chez? ( futures places ) futures? ( jit threads ) places? ( threads )"