Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mujs/
Date: Fri, 28 Aug 2020 22:21:49
Message-Id: 1598653297.70d2505320cfe169ec0d4b057e331c9426a4b8c1.slyfox@gentoo
1 commit: 70d2505320cfe169ec0d4b057e331c9426a4b8c1
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 19:17:42 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 22:21:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d25053
7
8 dev-lang/mujs: stable 1.0.7 for sparc
9
10 stable wrt bug #738764
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 RepoMan-Options: --include-arches="sparc"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-lang/mujs/mujs-1.0.7.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-lang/mujs/mujs-1.0.7.ebuild b/dev-lang/mujs/mujs-1.0.7.ebuild
20 index 7565be4d6b6..c8a8ab68360 100644
21 --- a/dev-lang/mujs/mujs-1.0.7.ebuild
22 +++ b/dev-lang/mujs/mujs-1.0.7.ebuild
23 @@ -15,7 +15,7 @@ SRC_URI="https://mujs.com/downloads/${P}.tar.xz"
24 LICENSE="ISC"
25 # subslot matches SONAME
26 SLOT="0/${PV}"
27 -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
28 +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
29 IUSE="static-libs"
30
31 RDEPEND="sys-libs/readline:0="