commit: 5d09943d18f9ad5c35b5dfb7fd25c46f0de091bb Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Apr 2 18:28:42 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Apr 2 19:02:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d09943d
net-dns/avahi: Enable USE=dbus by default Five distinct USE flags need USE=dbus, according to REQUIRED_USE. Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> net-dns/avahi/avahi-0.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/avahi/avahi-0.8-r1.ebuild b/net-dns/avahi/avahi-0.8-r1.ebuild index 362f323fe31..c82f416ed10 100644 --- a/net-dns/avahi/avahi-0.8-r1.ebuild +++ b/net-dns/avahi/avahi-0.8-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/lathiat/avahi/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt5 selinux systemd test" +IUSE="autoipd bookmarks +dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt5 selinux systemd test" REQUIRED_USE=" python? ( dbus gdbm ${PYTHON_REQUIRED_USE} )
