Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Mon, 11 Sep 2017 10:20:21
Message-Id: 1505125201.d37fe4dab16f217360d17e6be0299d5c83f155f0.dilfridge@gentoo
1 commit: d37fe4dab16f217360d17e6be0299d5c83f155f0
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 11 10:18:47 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 10:20:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37fe4da
7
8 sys-libs/glibc: Add missing dependency on systemtap, bug 466176
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 sys-libs/glibc/glibc-2.26-r1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sys-libs/glibc/glibc-2.26-r1.ebuild b/sys-libs/glibc/glibc-2.26-r1.ebuild
16 index 3658a3e108a..d7692868c3f 100644
17 --- a/sys-libs/glibc/glibc-2.26-r1.ebuild
18 +++ b/sys-libs/glibc/glibc-2.26-r1.ebuild
19 @@ -75,6 +75,7 @@ COMMON_DEPEND="
20 ) )
21 suid? ( caps? ( sys-libs/libcap ) )
22 selinux? ( sys-libs/libselinux )
23 + systemtap? ( dev-util/systemtap )
24 "
25 DEPEND="${COMMON_DEPEND}
26 >=app-misc/pax-utils-0.1.10