projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0385ac9
)
app-arch/rpm: fix configure switch for optional dbus-based plugin
author
Mike Gilbert
<floppym@gentoo.org>
Fri, 23 Aug 2019 15:07:02 +0000
(11:07 -0400)
committer
Mike Gilbert
<floppym@gentoo.org>
Fri, 23 Aug 2019 15:07:02 +0000
(11:07 -0400)
Closes: https://bugs.gentoo.org/676974
Package-Manager: Portage-2.3.71_p6, Repoman-2.3.17_p5
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
app-arch/rpm/rpm-4.14.2.1.ebuild
patch
|
blob
|
history
diff --git
a/app-arch/rpm/rpm-4.14.2.1.ebuild
b/app-arch/rpm/rpm-4.14.2.1.ebuild
index ec73a8f530a352a8413d32928eadb34243b20681..3988d03e449600a65c87815870c8052d11b5e272 100644
(file)
--- 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) \