commit: 67ba0968d8cabde643ecfa7131466c2ea5dcdff5
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 2 11:24:59 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 2 12:36:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ba0968
dev-python/kaa-base: Use zeroconf instead of avahi USE flag (#477620)
Package-Manager: portage-2.3.1
dev-python/kaa-base/kaa-base-0.6.0-r1.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/dev-python/kaa-base/kaa-base-0.6.0-r1.ebuild
b/dev-python/kaa-base/kaa-base-0.6.0-r1.ebuild
index 4a25d6f..92bc9fb 100644
--- a/dev-python/kaa-base/kaa-base-0.6.0-r1.ebuild
+++ b/dev-python/kaa-base/kaa-base-0.6.0-r1.ebuild
@@ -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}] )