Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/
Date: Thu, 01 Dec 2016 12:53:48
Message-Id: 1480596793.6af8ab525f7438bb1f42e0599a074b1c6969cc3b.ago@gentoo
1 commit: 6af8ab525f7438bb1f42e0599a074b1c6969cc3b
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 12:53:13 2016 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 12:53:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af8ab52
7
8 net-libs/nodejs: x86 stable wrt bug #574418
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-libs/nodejs/nodejs-0.12.10.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/nodejs/nodejs-0.12.10.ebuild b/net-libs/nodejs/nodejs-0.12.10.ebuild
18 index 435f16d..0c5e289 100644
19 --- a/net-libs/nodejs/nodejs-0.12.10.ebuild
20 +++ b/net-libs/nodejs/nodejs-0.12.10.ebuild
21 @@ -18,7 +18,7 @@ SRC_URI="http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz"
22
23 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm ~x86 ~x64-macos"
26 +KEYWORDS="amd64 ~arm x86 ~x64-macos"
27 IUSE="debug icu +npm +snapshot +ssl"
28
29 RDEPEND="icu? ( dev-libs/icu )