net-analyzer/telegraf: fix branch setting in 1.14.5

Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
William Hubbs
2020-07-19 15:39:41 -05:00
parent ac16fbeb58
commit 2adc1a1de9

View File

@@ -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
}