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 63B76138334 for ; Sat, 13 Apr 2019 07:10:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62452E0784; Sat, 13 Apr 2019 07:10:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B57FE0784 for ; Sat, 13 Apr 2019 07:10:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1703F340CB6 for ; Sat, 13 Apr 2019 07:10:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E261596 for ; Sat, 13 Apr 2019 07:10:00 +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: <1555139394.9534c94dc52beae6b052b7ace05a500a6b2831ab.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/systemtap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/systemtap/systemtap-4.0-r1.ebuild X-VCS-Directories: dev-util/systemtap/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9534c94dc52beae6b052b7ace05a500a6b2831ab X-VCS-Branch: master Date: Sat, 13 Apr 2019 07:10:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2787013b-719a-44b0-b9d7-14c95fa35e43 X-Archives-Hash: 0218911c1176e6ad15f2e90cd344f156 commit: 9534c94dc52beae6b052b7ace05a500a6b2831ab Author: Pacho Ramos gentoo org> AuthorDate: Sat Apr 13 07:09:35 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Apr 13 07:09:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9534c94d dev-util/systemtap: Rename 'avahi' to 'zeroconf' USE (#477620) Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> dev-util/systemtap/systemtap-4.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/systemtap/systemtap-4.0-r1.ebuild b/dev-util/systemtap/systemtap-4.0-r1.ebuild index c978e0325f7..7f0a83604ad 100644 --- a/dev-util/systemtap/systemtap-4.0-r1.ebuild +++ b/dev-util/systemtap/systemtap-4.0-r1.ebuild @@ -14,14 +14,13 @@ SRC_URI="https://www.sourceware.org/${PN}/ftp/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="avahi libvirt selinux sqlite +ssl" +IUSE="libvirt selinux sqlite +ssl zeroconf" RDEPEND=">=dev-libs/elfutils-0.142 dev-libs/json-c:= sys-libs/ncurses:0= sys-libs/readline:0= ${PYTHON_DEPS} - avahi? ( net-dns/avahi ) libvirt? ( >=app-emulation/libvirt-1.0.2 ) selinux? ( sys-libs/libselinux ) sqlite? ( dev-db/sqlite:3 ) @@ -29,6 +28,7 @@ RDEPEND=">=dev-libs/elfutils-0.142 dev-libs/nspr dev-libs/nss ) + zeroconf? ( net-dns/avahi ) " DEPEND="${RDEPEND} app-arch/cpio @@ -97,7 +97,7 @@ src_configure() { --without-rpm $(use_enable libvirt virt) $(use_enable sqlite) - $(use_with avahi) + $(use_with zeroconf avahi) $(use_with ssl nss) $(use_with selinux) )