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 A7E79138331 for ; Wed, 12 Oct 2016 11:23:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34CD5E0BD4; Wed, 12 Oct 2016 11:23:40 +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 1749DE0BD4 for ; Wed, 12 Oct 2016 11:23:40 +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 B8ADF341643 for ; Wed, 12 Oct 2016 11:23:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07E9D2F0 for ; Wed, 12 Oct 2016 11:23:37 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1476271404.d619ef21def1a7d8841bebe48d04d550a0c44bc1.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-freebsd/freebsd-sources/freebsd-sources-11.0.ebuild X-VCS-Directories: sys-freebsd/freebsd-sources/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: d619ef21def1a7d8841bebe48d04d550a0c44bc1 X-VCS-Branch: master Date: Wed, 12 Oct 2016 11:23:37 +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: f0f188b8-ba76-432c-a9b2-0ade01b36e73 X-Archives-Hash: 7904873c11e705fa86c4032c90bd53c3 commit: d619ef21def1a7d8841bebe48d04d550a0c44bc1 Author: Yuta Satoh gmail com> AuthorDate: Wed Oct 12 11:01:06 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Oct 12 11:23:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d619ef21 sys-freebsd/freebsd-sources: replace from zfs to dtrace sys-freebsd/freebsd-sources/freebsd-sources-11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-freebsd/freebsd-sources/freebsd-sources-11.0.ebuild b/sys-freebsd/freebsd-sources/freebsd-sources-11.0.ebuild index aebc8cf..8cde959 100644 --- a/sys-freebsd/freebsd-sources/freebsd-sources-11.0.ebuild +++ b/sys-freebsd/freebsd-sources/freebsd-sources-11.0.ebuild @@ -136,7 +136,7 @@ src_install() { insinto "/usr/src/sys" doins -r "${S}/". - if use zfs ; then + if use dtrace ; then insinto "/usr/src/cddl" doins -r "${WORKDIR}/cddl/". fi