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: Sat, 29 May 2021 08:41:23
Message-Id: 1622277667.4a0fae56ffc2d9e835d322d6efbdadb299e18a7d.ago@gentoo
1 commit: 4a0fae56ffc2d9e835d322d6efbdadb299e18a7d
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 08:41:07 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 08:41:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0fae56
7
8 dev-lang/mujs: amd64 stable wrt bug #792690
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-lang/mujs/mujs-1.1.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/mujs/mujs-1.1.2.ebuild b/dev-lang/mujs/mujs-1.1.2.ebuild
18 index 85b3c945ffc..d6bf909c391 100644
19 --- a/dev-lang/mujs/mujs-1.1.2.ebuild
20 +++ b/dev-lang/mujs/mujs-1.1.2.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="https://mujs.com/downloads/${P}.tar.xz"
22 LICENSE="ISC"
23 # subslot matches SONAME
24 SLOT="0/${PV}"
25 -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
26 +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
27
28 RDEPEND="sys-libs/readline:0="
29 DEPEND="${RDEPEND}"