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 07:59:14
Message-Id: 1648886288.1ba064035eca518623d3c378737eb320d646932a.ago@gentoo
1 commit: 1ba064035eca518623d3c378737eb320d646932a
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 07:58:08 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 07:58:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba06403
7
8 dev-scheme/racket: amd64 stable wrt bug #836451
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="amd64"
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 1dae6d9cdb89..2a91954e60f9 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 )"