net-dns/dnsmasq: add interface doc when USE=+dbus

The dnsmasq DBus interface is documented, and that documentation should
be accessible to the user when USE=+dbus.

Signed-off-by: A. Wilcox <AWilcox@Wilcox-Tech.com>
Closes: https://github.com/gentoo/gentoo/pull/33369
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
A. Wilcox
2023-10-17 07:11:53 +00:00
committed by Sam James
parent 347e755c35
commit b22dddcb8a

View File

@@ -199,6 +199,9 @@ src_install() {
if use dbus; then
insinto /etc/dbus-1/system.d
doins dbus/dnsmasq.conf
docinto
dodoc dbus/DBus-interface
fi
if use dhcp-tools; then