commit: c50c507bda22ce3163f1b90fbe09388a59066d6c Author: Another Mortal <a.m <AT> freemail <DOT> hu> AuthorDate: Wed Oct 1 00:47:28 2025 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Wed Oct 1 00:49:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50c507b
dev-db/etcd: install etcdutl Closes: https://bugs.gentoo.org/963541 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-db/etcd/etcd-3.5.18.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-db/etcd/etcd-3.5.18.ebuild b/dev-db/etcd/etcd-3.5.18.ebuild index a8d0330086c8..0632089a01f0 100644 --- a/dev-db/etcd/etcd-3.5.18.ebuild +++ b/dev-db/etcd/etcd-3.5.18.ebuild @@ -53,6 +53,7 @@ src_test() { src_install() { dobin bin/etcdctl + dobin bin/etcdutl use doc && dodoc -r Documentation if use server; then insinto /etc/${PN}
