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 0D833138334 for ; Wed, 9 Jan 2019 15:54:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B77E8E0DD1; Wed, 9 Jan 2019 15:54:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8DB37E0DD1 for ; Wed, 9 Jan 2019 15:54:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C0FA0335CDE for ; Wed, 9 Jan 2019 15:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8476150A for ; Wed, 9 Jan 2019 15:54:16 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1547049250.a81f45d61008004da762f1b8657ffefb216addaa.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/systemtap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/systemtap/systemtap-4.0.ebuild X-VCS-Directories: dev-util/systemtap/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a81f45d61008004da762f1b8657ffefb216addaa X-VCS-Branch: master Date: Wed, 9 Jan 2019 15:54:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fa10a8fc-f3c5-41a5-99c4-b990705d2bed X-Archives-Hash: 456d7250db6c51896a298bfb7ee53702 commit: a81f45d61008004da762f1b8657ffefb216addaa Author: Jeroen Roovers gentoo org> AuthorDate: Wed Jan 9 15:53:45 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Jan 9 15:54:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81f45d6 dev-util/systemtap: Remove one more -Werror Package-Manager: Portage-2.3.53, Repoman-2.3.12 Fixes: https://bugs.gentoo.org/674996 Signed-off-by: Jeroen Roovers gentoo.org> dev-util/systemtap/systemtap-4.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/systemtap/systemtap-4.0.ebuild b/dev-util/systemtap/systemtap-4.0.ebuild index b70a28bdbe5..4f0c2ac0dd9 100644 --- a/dev-util/systemtap/systemtap-4.0.ebuild +++ b/dev-util/systemtap/systemtap-4.0.ebuild @@ -65,8 +65,9 @@ src_prepare() { -e 's:-Werror::g' \ configure.ac \ Makefile.am \ - staprun/Makefile.am \ + stapbpf/Makefile.am \ stapdyn/Makefile.am \ + staprun/Makefile.am \ testsuite/systemtap.unprivileged/unprivileged_probes.exp \ testsuite/systemtap.unprivileged/unprivileged_myproc.exp \ testsuite/systemtap.base/stmt_rel_user.exp \