From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61C171396D0 for ; Mon, 11 Sep 2017 18:32:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A51AEE0D1C; Mon, 11 Sep 2017 18:32:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82F94E0D1C for ; Mon, 11 Sep 2017 18:32:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AF39341720 for ; Mon, 11 Sep 2017 18:32:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14F379065 for ; Mon, 11 Sep 2017 18:32:44 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1505154738.2417c26f1b631a453b0453f73cc1a5a471feba5f.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.25-r5.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 2417c26f1b631a453b0453f73cc1a5a471feba5f X-VCS-Branch: master Date: Mon, 11 Sep 2017 18:32:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bae652db-4003-4670-8477-f391922656cd X-Archives-Hash: 8dd354de7fb01031563707d6c1db1067 commit: 2417c26f1b631a453b0453f73cc1a5a471feba5f Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Sep 11 18:24:48 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Sep 11 18:32:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2417c26f sys-libs/glibc: Add missing systemtap dependency Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-libs/glibc/glibc-2.25-r5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/glibc/glibc-2.25-r5.ebuild b/sys-libs/glibc/glibc-2.25-r5.ebuild index 0ce346e5829..9f3cab925f4 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