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-lang/mujs/
Date: Fri, 28 Jan 2022 09:34:23
Message-Id: 1643362458.8d45a35399a649a2d09dfd2f44f5a0615b1a2a49.ago@gentoo
1 commit: 8d45a35399a649a2d09dfd2f44f5a0615b1a2a49
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 28 09:34:18 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 28 09:34:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d45a353
7
8 dev-lang/mujs: x86 stable wrt bug #832133
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-lang/mujs/mujs-1.2.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/mujs/mujs-1.2.0.ebuild b/dev-lang/mujs/mujs-1.2.0.ebuild
18 index 40bd18f32c2d..6379bb77b80a 100644
19 --- a/dev-lang/mujs/mujs-1.2.0.ebuild
20 +++ b/dev-lang/mujs/mujs-1.2.0.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://mujs.com/downloads/${P}.tar.xz"
22 LICENSE="ISC"
23 # The subslot matches the SONAME
24 SLOT="0/${PV}"
25 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
26 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
27
28 RDEPEND="sys-libs/readline:="
29 DEPEND="${RDEPEND}"