dev-python/kaa-base: Use zeroconf instead of avahi USE flag (#477620)
authorPacho Ramos <pacho@gentoo.org>
Sun, 2 Oct 2016 11:24:59 +0000 (13:24 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 2 Oct 2016 12:36:35 +0000 (14:36 +0200)
Package-Manager: portage-2.3.1

dev-python/kaa-base/kaa-base-0.6.0-r1.ebuild

index 4a25d6f3a4bfcd78107b07419d73ba7f4b14dcac..92bc9fbf6fe6fafbcba5754a5f38a76f482fb833 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,11 +15,12 @@ SRC_URI="mirror://sourceforge/freevo/${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="avahi sqlite tls lirc"
+IUSE="lirc sqlite tls zeroconf"
 
-DEPEND=">=dev-libs/glib-2.4.0
-       avahi? ( net-dns/avahi[python] )
-       sqlite? ( dev-python/dbus-python[${PYTHON_USEDEP}] )"
+DEPEND=">=dev-libs/glib-2.4.0:2
+       sqlite? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+       zeroconf? ( net-dns/avahi[python] )
+"
 RDEPEND="${DEPEND}
        dev-python/pynotifier[${PYTHON_USEDEP}]
        lirc? ( dev-python/pylirc[${PYTHON_USEDEP}] )