commit: 2adc1a1de9a3d97edfb54ba2002eb0283e17d80b
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 20:39:41 2020 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 20:40:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2adc1a1d
net-analyzer/telegraf: fix branch setting in 1.14.5
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
net-analyzer/telegraf/telegraf-1.14.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/telegraf/telegraf-1.14.5.ebuild
b/net-analyzer/telegraf/telegraf-1.14.5.ebuild
index b0c9119b0e8..edbb0ca26a7 100644
--- a/net-analyzer/telegraf/telegraf-1.14.5.ebuild
+++ b/net-analyzer/telegraf/telegraf-1.14.5.ebuild
@@ -5,7 +5,7 @@ EAPI=7
inherit go-module systemd
MY_PV="${PV/_rc/-rc.}"
COMMIT=e77ce3d1
-BRANCH=HEAD
+BRANCH=release-1.14
VERSION=v${MY_PV}
DESCRIPTION="The plugin-driven server agent for collecting & reporting
metrics."
@@ -915,7 +915,7 @@ src_compile() {
unset LDFLAGS
emake \
COMMIT=${COMMIT} \
- BRANCH=HEAD \
+ BRANCH=${BRANCH} \
VERSION=v${MY_PV} \
telegraf
}