From: Mike Gilbert Date: Fri, 23 Aug 2019 15:07:02 +0000 (-0400) Subject: app-arch/rpm: fix configure switch for optional dbus-based plugin X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=52a72514603ddf3d5a502be278a6dd00ef4ba8fd;p=gentoo.git app-arch/rpm: fix configure switch for optional dbus-based plugin Closes: https://bugs.gentoo.org/676974 Package-Manager: Portage-2.3.71_p6, Repoman-2.3.17_p5 Signed-off-by: Mike Gilbert --- diff --git a/app-arch/rpm/rpm-4.14.2.1.ebuild b/app-arch/rpm/rpm-4.14.2.1.ebuild index ec73a8f530a3..3988d03e4496 100644 --- a/app-arch/rpm/rpm-4.14.2.1.ebuild +++ b/app-arch/rpm/rpm-4.14.2.1.ebuild @@ -82,7 +82,7 @@ src_configure() { $(use_enable python) \ $(use_with doc hackingdocs) \ $(use_enable nls) \ - $(use_with dbus) \ + $(use_enable dbus inhibit-plugin) \ $(use_with lua) \ $(use_with caps cap) \ $(use_with acl) \