Skip to content

Commit

Permalink
app-metrics/openvpn_exporter: fix user dep
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/732766
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jan 19, 2021
1 parent 01a2509 commit d8a1cc2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions app-metrics/openvpn_exporter/openvpn_exporter-0.3.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -38,10 +38,12 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""

COMMON_DEPEND="acct-group/openvpn_exporter
acct-group/openvpn_exporter"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
COMMON_DEPEND="
acct-user/openvpn_exporter
acct-group/openvpn_exporter
"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"

src_compile() {
go build -o ${PN} || die
Expand Down

0 comments on commit d8a1cc2

Please sign in to comment.