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 F10A259CA3 for ; Sun, 6 Mar 2016 12:06:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8994AE07C5 for ; Sun, 6 Mar 2016 12:06:05 +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 E5BE1E03EC for ; Sun, 6 Mar 2016 08:38:35 +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 EDCF43409A4 for ; Sun, 6 Mar 2016 08:38:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6B188F5 for ; Sun, 6 Mar 2016 08:38:30 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1457253490.680d2d601c21f12a27596e2705a5cbb830265049.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/bcfg2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/bcfg2/bcfg2-1.2.4-r1.ebuild X-VCS-Directories: app-admin/bcfg2/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 680d2d601c21f12a27596e2705a5cbb830265049 X-VCS-Branch: master Date: Sun, 6 Mar 2016 08:38:30 +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: a9018aff-6ec3-4ef6-b61b-2639ceb0700a X-Archives-Hash: 6e36dba39c1598f39b296c973a4917da commit: 680d2d601c21f12a27596e2705a5cbb830265049 Author: Fabian Groffen gentoo org> AuthorDate: Sun Mar 6 08:36:11 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Mar 6 08:38:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680d2d60 app-admin/bcfg2: make virtual/fam a dep for non-linux only, bug #559498 Package-Manager: portage-2.2.27-prefix app-admin/bcfg2/bcfg2-1.2.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/bcfg2/bcfg2-1.2.4-r1.ebuild b/app-admin/bcfg2/bcfg2-1.2.4-r1.ebuild index 97ae64f..68db532 100644 --- a/app-admin/bcfg2/bcfg2-1.2.4-r1.ebuild +++ b/app-admin/bcfg2/bcfg2-1.2.4-r1.ebuild @@ -27,7 +27,7 @@ RDEPEND="app-portage/gentoolkit[${PYTHON_USEDEP}] dev-libs/libgamin[python,${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] - virtual/fam )" + !kernel_linux? ( virtual/fam ) )" python_compile_all() { if use doc; then