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/mujs/
Date: Fri, 28 Jan 2022 02:34:44
Message-Id: 1643337233.d81f1d73d9b4379fba36f6968cc052aa19e7b204.sam@gentoo
1 commit: d81f1d73d9b4379fba36f6968cc052aa19e7b204
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 28 02:33:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 28 02:33:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81f1d73
7
8 dev-lang/mujs: Stabilize 1.2.0 ppc64, #832133
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lang/mujs/mujs-1.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-lang/mujs/mujs-1.2.0.ebuild b/dev-lang/mujs/mujs-1.2.0.ebuild
16 index 53c9edbaa46a..5ae95d745358 100644
17 --- a/dev-lang/mujs/mujs-1.2.0.ebuild
18 +++ b/dev-lang/mujs/mujs-1.2.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -12,7 +12,7 @@ SRC_URI="https://mujs.com/downloads/${P}.tar.xz"
26 LICENSE="ISC"
27 # The subslot matches the SONAME
28 SLOT="0/${PV}"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
30 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
31
32 RDEPEND="sys-libs/readline:="
33 DEPEND="${RDEPEND}"