From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D51CF13888F for ; Fri, 9 Oct 2015 15:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0BC7E0785; Fri, 9 Oct 2015 15:33:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9155CE0785 for ; Fri, 9 Oct 2015 15:33:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A679340712 for ; Fri, 9 Oct 2015 15:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82962D86 for ; Fri, 9 Oct 2015 15:32:58 +0000 (UTC) From: "Richard Yao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" Message-ID: <1444404715.c38770f58b278dce35b82a3d45a134f69d4b8926.ryao@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs/zfs-0.6.5.2-r1.ebuild sys-fs/zfs/zfs-9999.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: c38770f58b278dce35b82a3d45a134f69d4b8926 X-VCS-Branch: master Date: Fri, 9 Oct 2015 15:32:58 +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: 2a06ddc0-c10c-4e86-befd-53a2f9898811 X-Archives-Hash: a16a4bad6df8c7f605d932c712bfcde7 commit: c38770f58b278dce35b82a3d45a134f69d4b8926 Author: Richard Yao gentoo org> AuthorDate: Fri Oct 9 15:30:30 2015 +0000 Commit: Richard Yao gentoo org> CommitDate: Fri Oct 9 15:31:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38770f5 sys-fs/zfs: Only check kernel sources with USE=test-suite Package-Manager: portage-2.2.20.1 Reported-by: Yixun Lan gentoo.org> Signed-off-by: Richard Yao gentoo.org> sys-fs/zfs/zfs-0.6.5.2-r1.ebuild | 2 +- sys-fs/zfs/zfs-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/zfs/zfs-0.6.5.2-r1.ebuild b/sys-fs/zfs/zfs-0.6.5.2-r1.ebuild index 83049e7..d8d2c64 100644 --- a/sys-fs/zfs/zfs-0.6.5.2-r1.ebuild +++ b/sys-fs/zfs/zfs-0.6.5.2-r1.ebuild @@ -63,7 +63,7 @@ RDEPEND="${COMMON_DEPEND} " pkg_setup() { - if use kernel_linux; then + if use kernel_linux && use test-suite; then linux-info_pkg_setup if ! linux_config_exists; then ewarn "Cannot check the linux kernel configuration." diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index 54dd341..8bb60aa 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -63,7 +63,7 @@ RDEPEND="${COMMON_DEPEND} " pkg_setup() { - if use kernel_linux; then + if use kernel_linux && use test-suite; then linux-info_pkg_setup if ! linux_config_exists; then ewarn "Cannot check the linux kernel configuration."