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 18:32:47
Message-Id: 1505154738.2417c26f1b631a453b0453f73cc1a5a471feba5f.dilfridge@gentoo
1 commit: 2417c26f1b631a453b0453f73cc1a5a471feba5f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 11 18:24:48 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 18:32:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2417c26f
7
8 sys-libs/glibc: Add missing systemtap dependency
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 sys-libs/glibc/glibc-2.25-r5.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sys-libs/glibc/glibc-2.25-r5.ebuild b/sys-libs/glibc/glibc-2.25-r5.ebuild
16 index 0ce346e5829..9f3cab925f4 100644
17 --- a/sys-libs/glibc/glibc-2.25-r5.ebuild
18 +++ b/sys-libs/glibc/glibc-2.25-r5.ebuild
19 @@ -72,6 +72,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