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 70B49138334 for ; Wed, 12 Jun 2019 17:49:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2F28E08B0; Wed, 12 Jun 2019 17:49:33 +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 8468BE08B0 for ; Wed, 12 Jun 2019 17:49:33 +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 2B009345F7B for ; Wed, 12 Jun 2019 17:49:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A06CE5BD for ; Wed, 12 Jun 2019 17:49:29 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1560361688.710b1f0e2b8dacc24d0962520108d7f98ccac44c.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/telegraf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/telegraf/telegraf-1.10.4.ebuild X-VCS-Directories: net-analyzer/telegraf/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 710b1f0e2b8dacc24d0962520108d7f98ccac44c X-VCS-Branch: master Date: Wed, 12 Jun 2019 17:49:29 +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: c1f0590c-7472-4394-8d4e-76c53af56cbb X-Archives-Hash: 74988c23c29b66b4551519f9da0698f2 commit: 710b1f0e2b8dacc24d0962520108d7f98ccac44c Author: William Hubbs sony com> AuthorDate: Wed Jun 12 17:47:45 2019 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Jun 12 17:48:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710b1f0e net-analyzer/telegraf: 1.10.4: do not strip the binary All go packages should not strip binaries. Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: William Hubbs gentoo.org> net-analyzer/telegraf/telegraf-1.10.4.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-analyzer/telegraf/telegraf-1.10.4.ebuild b/net-analyzer/telegraf/telegraf-1.10.4.ebuild index c56c73d95eb..26d57829cbf 100644 --- a/net-analyzer/telegraf/telegraf-1.10.4.ebuild +++ b/net-analyzer/telegraf/telegraf-1.10.4.ebuild @@ -18,6 +18,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +RESTRICT="strip" + pkg_setup() { enewgroup telegraf enewuser telegraf -1 -1 -1 telegraf