From b22dddcb8a0fb0e10ec77a08bf2c103bc4c933b8 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 17 Oct 2023 07:11:53 +0000 Subject: [PATCH] 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 Closes: https://github.com/gentoo/gentoo/pull/33369 Signed-off-by: Sam James --- .../dnsmasq/{dnsmasq-2.89.ebuild => dnsmasq-2.89-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) rename net-dns/dnsmasq/{dnsmasq-2.89.ebuild => dnsmasq-2.89-r1.ebuild} (99%) 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 a446b6d1fb2c2..4566a538e82d7 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