commit: d9d41cb69a4b8e7c51beedb6362a0cbfc9a12fbc
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 14:37:06 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 15:02:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d41cb6
net-im/gajim: Use zeroconf instead of avahi USE flag (again)
Package-Manager: portage-2.3.2
net-im/gajim/gajim-0.16.6.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-im/gajim/gajim-0.16.6.ebuild b/net-im/gajim/gajim-0.16.6.ebuild
index 5cb87e7..fc86adc 100644
--- a/net-im/gajim/gajim-0.16.6.ebuild
+++ b/net-im/gajim/gajim-0.16.6.ebuild
@@ -23,13 +23,13 @@ SRC_URI="
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="avahi crypt dbus gnome gnome-keyring kde idle jingle libnotify
networkmanager nls spell +srv test X xhtml"
+IUSE="crypt dbus gnome gnome-keyring kde idle jingle libnotify networkmanager
nls spell +srv test X xhtml zeroconf"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
libnotify? ( dbus )
- avahi? ( dbus )
- gnome? ( gnome-keyring )"
+ gnome? ( gnome-keyring )
+ zeroconf? ( dbus )"
COMMON_DEPEND="
${PYTHON_DEPS}
@@ -51,7 +51,7 @@ RDEPEND="${COMMON_DEPEND}
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-libs/dbus-glib
libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
- avahi? ( net-dns/avahi[dbus,gtk,python,${PYTHON_USEDEP}] )
+ zeroconf? ( net-dns/avahi[dbus,gtk,python,${PYTHON_USEDEP}] )
)
gnome? (
dev-python/libgnome-python[${PYTHON_USEDEP}]