summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-09-11 12:18:47 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-09-11 12:20:01 +0200
commitd37fe4dab16f217360d17e6be0299d5c83f155f0 (patch)
tree39b3fe7e8d9ec00836765f7c70a33a04587db712
parentpackage.use.mask: Mask systemtap useflag for glibc on hppa (systemtap has no ... (diff)
downloadgentoo-d37fe4da.tar.gz
gentoo-d37fe4da.tar.bz2
gentoo-d37fe4da.zip
sys-libs/glibc: Add missing dependency on systemtap, bug 466176
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--sys-libs/glibc/glibc-2.26-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/glibc/glibc-2.26-r1.ebuild b/sys-libs/glibc/glibc-2.26-r1.ebuild
index 3658a3e108a3..d7692868c3f2 100644
--- a/sys-libs/glibc/glibc-2.26-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.26-r1.ebuild
@@ -75,6 +75,7 @@ COMMON_DEPEND="
) )
suid? ( caps? ( sys-libs/libcap ) )
selinux? ( sys-libs/libselinux )
+ systemtap? ( dev-util/systemtap )
"
DEPEND="${COMMON_DEPEND}
>=app-misc/pax-utils-0.1.10