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: Sat, 12 Jan 2019 23:57:07
Message-Id: 1547337399.7e5b1500786f13b293e7041d7334b951cd785663.slyfox@gentoo
1 commit: 7e5b1500786f13b293e7041d7334b951cd785663
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 12 23:56:39 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 12 23:56:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5b1500
7
8 dev-lang/mujs: stable 1.0.5 for ia64, bug #675274
9
10 Package-Manager: Portage-2.3.55, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ia64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-lang/mujs/mujs-1.0.5.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/mujs/mujs-1.0.5.ebuild b/dev-lang/mujs/mujs-1.0.5.ebuild
18 index 1c4faff8eb8..15378ca8479 100644
19 --- a/dev-lang/mujs/mujs-1.0.5.ebuild
20 +++ b/dev-lang/mujs/mujs-1.0.5.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/ccxvii/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
22
23 LICENSE="AGPL-3"
24 SLOT="0"
25 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
26 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
27 IUSE="static-libs"
28
29 RDEPEND="sys-libs/readline:0="