dev-db/etcd: install etcdutl

Closes: https://bugs.gentoo.org/963541
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Another Mortal 2025-09-30 17:47:28 -07:00 committed by Zac Medico
parent 7e6daf19a8
commit c50c507bda
No known key found for this signature in database
GPG Key ID: D075FB8C104A3D20

View File

@ -53,6 +53,7 @@ src_test() {
src_install() { src_install() {
dobin bin/etcdctl dobin bin/etcdctl
dobin bin/etcdutl
use doc && dodoc -r Documentation use doc && dodoc -r Documentation
if use server; then if use server; then
insinto /etc/${PN} insinto /etc/${PN}