From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FC501395E2 for ; Mon, 5 Dec 2016 15:02:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C60321C225; Mon, 5 Dec 2016 15:02:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FE8821C225 for ; Mon, 5 Dec 2016 15:02:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D37E34106E for ; Mon, 5 Dec 2016 15:02:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E23C24B8 for ; Mon, 5 Dec 2016 15:02:46 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1480950157.d9d41cb69a4b8e7c51beedb6362a0cbfc9a12fbc.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gajim/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/gajim/gajim-0.16.6.ebuild X-VCS-Directories: net-im/gajim/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d9d41cb69a4b8e7c51beedb6362a0cbfc9a12fbc X-VCS-Branch: master Date: Mon, 5 Dec 2016 15:02:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8ebc30ae-8dd2-42c0-8eb7-ed03fac18a2c X-Archives-Hash: 66acca1c1b00f336f47f42630cec4596 commit: d9d41cb69a4b8e7c51beedb6362a0cbfc9a12fbc Author: Pacho Ramos gentoo org> AuthorDate: Mon Dec 5 14:37:06 2016 +0000 Commit: Pacho Ramos gentoo 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}]