diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-10-23 20:21:26 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-10-23 20:23:34 -0700 |
commit | 7fa2f424a5b349f7f5db48a75b08ffb6afb63c3b (patch) | |
tree | 945c56cd371bab7ec355ba7f1ee5ee0ddbcb44a6 /app-admin | |
parent | app-misc/wcd: fix docs installed into unexpected path (diff) | |
download | gentoo-7fa2f424a5b349f7f5db48a75b08ffb6afb63c3b.tar.gz gentoo-7fa2f424a5b349f7f5db48a75b08ffb6afb63c3b.tar.bz2 gentoo-7fa2f424a5b349f7f5db48a75b08ffb6afb63c3b.zip |
app-admin/consul-replicate: Bump to EAPI 7
Closes: https://bugs.gentoo.org/819705
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/consul-replicate/consul-replicate-0.2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/consul-replicate/consul-replicate-0.2.0.ebuild b/app-admin/consul-replicate/consul-replicate-0.2.0.ebuild index 1bfc6d258c62..1a13d00c27d1 100644 --- a/app-admin/consul-replicate/consul-replicate-0.2.0.ebuild +++ b/app-admin/consul-replicate/consul-replicate-0.2.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit golang-base @@ -79,6 +79,7 @@ src_prepare() { -e 's|t.Errorf("expected %q to be %q", config.Prefixes\[0\], expected)|t.Errorf("expected %v to be %v", config.Prefixes[0], expected)|' \ -e 's|t.Errorf("expected %q to be %q", value.Data, data)|t.Errorf("expected %v to be %v", value.Data, data)|' \ -i cli_test.go runner_test.go || die + default } src_compile() { |