diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-09-11 20:24:48 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-09-11 20:32:18 +0200 |
commit | 2417c26f1b631a453b0453f73cc1a5a471feba5f (patch) | |
tree | 9a6bd04398d18fed01c56125cbbc868a13056de7 /sys-libs/glibc | |
parent | net-misc/lldpd: Version bump to 0.9.8, add patch to whitelist getpid (diff) | |
download | gentoo-2417c26f1b631a453b0453f73cc1a5a471feba5f.tar.gz gentoo-2417c26f1b631a453b0453f73cc1a5a471feba5f.tar.bz2 gentoo-2417c26f1b631a453b0453f73cc1a5a471feba5f.zip |
sys-libs/glibc: Add missing systemtap dependency
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.25-r5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/glibc/glibc-2.25-r5.ebuild b/sys-libs/glibc/glibc-2.25-r5.ebuild index 0ce346e5829c..9f3cab925f44 100644 --- a/sys-libs/glibc/glibc-2.25-r5.ebuild +++ b/sys-libs/glibc/glibc-2.25-r5.ebuild @@ -72,6 +72,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 |