commit: b22dddcb8a0fb0e10ec77a08bf2c103bc4c933b8 Author: A. Wilcox <AWilcox <AT> Wilcox-Tech <DOT> com> AuthorDate: Tue Oct 17 07:11:53 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 17 07:54:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22dddcb
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 <AT> Wilcox-Tech.com> Closes: https://github.com/gentoo/gentoo/pull/33369 Signed-off-by: Sam James <sam <AT> gentoo.org> net-dns/dnsmasq/{dnsmasq-2.89.ebuild => dnsmasq-2.89-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-dns/dnsmasq/dnsmasq-2.89.ebuild b/net-dns/dnsmasq/dnsmasq-2.89-r1.ebuild similarity index 99% rename from net-dns/dnsmasq/dnsmasq-2.89.ebuild rename to net-dns/dnsmasq/dnsmasq-2.89-r1.ebuild index a446b6d1fb2c..4566a538e82d 100644 --- a/net-dns/dnsmasq/dnsmasq-2.89.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.89-r1.ebuild @@ -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
