diff options
author | William Hubbs <william.hubbs@sony.com> | 2019-06-12 12:47:45 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2019-06-12 12:48:08 -0500 |
commit | 710b1f0e2b8dacc24d0962520108d7f98ccac44c (patch) | |
tree | d1dccc3f172f96b9718486f5990190c7e5ab42ea /net-analyzer/telegraf | |
parent | net-analyzer/telegraf: 1.10.4 version bump (diff) | |
download | gentoo-710b1f0e2b8dacc24d0962520108d7f98ccac44c.tar.gz gentoo-710b1f0e2b8dacc24d0962520108d7f98ccac44c.tar.bz2 gentoo-710b1f0e2b8dacc24d0962520108d7f98ccac44c.zip |
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 <williamh@gentoo.org>
Diffstat (limited to 'net-analyzer/telegraf')
-rw-r--r-- | net-analyzer/telegraf/telegraf-1.10.4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-analyzer/telegraf/telegraf-1.10.4.ebuild b/net-analyzer/telegraf/telegraf-1.10.4.ebuild index c56c73d95eb2..26d57829cbfc 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 |