Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/
Date: Sat, 03 Dec 2016 09:18:38
Message-Id: 1480756709.9cfa8fd135687c6911f0495cd4f89ca3b044a81c.mgorny@gentoo
1 commit: 9cfa8fd135687c6911f0495cd4f89ca3b044a81c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 09:15:32 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 09:18:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cfa8fd1
7
8 net-libs/nodejs: Add a missing dep on systemtap, #601474
9
10 Patch-by: Marco Leogrande <dark.knight.ita <AT> gmail.com>
11
12 net-libs/nodejs/nodejs-7.2.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/net-libs/nodejs/nodejs-7.2.0.ebuild b/net-libs/nodejs/nodejs-7.2.0.ebuild
16 index 739af4d..7567d33 100644
17 --- a/net-libs/nodejs/nodejs-7.2.0.ebuild
18 +++ b/net-libs/nodejs/nodejs-7.2.0.ebuild
19 @@ -26,6 +26,7 @@ RDEPEND="icu? ( >=dev-libs/icu-56:= )
20 sys-libs/zlib"
21 DEPEND="${RDEPEND}
22 ${PYTHON_DEPS}
23 + systemtap? ( dev-util/systemtap )
24 test? ( net-misc/curl )"
25
26 S="${WORKDIR}/node-v${PV}"