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 33705138330 for ; Sun, 2 Oct 2016 12:37:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A1D7E0BD2; Sun, 2 Oct 2016 12:37:47 +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 4096AE0BD2 for ; Sun, 2 Oct 2016 12:37:47 +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 92350340CDF for ; Sun, 2 Oct 2016 12:37:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7E0B24B5 for ; Sun, 2 Oct 2016 12:37:41 +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: <1475411843.4c31d664b64fabe7bf9f4d6528acf06057456e11.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/distcc/distcc-3.2_rc1-r4.ebuild X-VCS-Directories: sys-devel/distcc/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4c31d664b64fabe7bf9f4d6528acf06057456e11 X-VCS-Branch: master Date: Sun, 2 Oct 2016 12:37:41 +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: 4fdadadd-fdbc-4109-a485-17057d1c4420 X-Archives-Hash: 423d18cb6503ed25e0dc118aebd122df commit: 4c31d664b64fabe7bf9f4d6528acf06057456e11 Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 2 12:18:25 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 2 12:37:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c31d664 sys-devel/distcc: Use zeroconf instead of avahi USE flag (#477620) Package-Manager: portage-2.3.1 sys-devel/distcc/distcc-3.2_rc1-r4.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild index 1b5defa..80ea675 100644 --- a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild +++ b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild @@ -16,13 +16,12 @@ SRC_URI="https://distcc.googlecode.com/files/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="avahi crossdev gnome gssapi gtk hardened ipv6 selinux xinetd" +IUSE="crossdev gnome gssapi gtk hardened ipv6 selinux xinetd zeroconf" RESTRICT="test" CDEPEND="${PYTHON_DEPS} dev-libs/popt - avahi? ( >=net-dns/avahi-0.6[dbus] ) gnome? ( >=gnome-base/libgnome-2 >=gnome-base/libgnomeui-2 @@ -30,7 +29,9 @@ CDEPEND="${PYTHON_DEPS} x11-libs/pango ) gssapi? ( net-libs/libgssglue ) - gtk? ( x11-libs/gtk+:2 )" + gtk? ( x11-libs/gtk+:2 ) + zeroconf? ( >=net-dns/avahi-0.6[dbus] ) +" DEPEND="${CDEPEND} virtual/pkgconfig" RDEPEND="${CDEPEND} @@ -91,10 +92,10 @@ src_configure() { use ipv6 && myconf="${myconf} --enable-rfc2553" econf \ - $(use_with avahi) \ $(use_with gtk) \ $(use_with gnome) \ $(use_with gssapi auth) \ + $(use_with zeroconf avahi) \ ${myconf} } @@ -107,7 +108,7 @@ src_install() { systemd_install_serviced "${FILESDIR}/distccd.service.conf" cp "${FILESDIR}/3.2/conf" "${T}/distccd" || die - if use avahi; then + if use zeroconf; then cat >> "${T}/distccd" <<-EOF # Enable zeroconf support in distccd