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 656B31384AD for ; Sun, 13 Sep 2015 03:53:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A20321C04C; Sun, 13 Sep 2015 03:53: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 EA0E521C04C for ; Sun, 13 Sep 2015 03:53:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FDB2340A3E for ; Sun, 13 Sep 2015 03:53:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D86A178 for ; Sun, 13 Sep 2015 03:52:57 +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: <1442116262.8244094393d2986793d7990335a8bd8547755f7e.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.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 8244094393d2986793d7990335a8bd8547755f7e X-VCS-Branch: master Date: Sun, 13 Sep 2015 03:52:57 +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: 79e6b85a-9419-4b9c-bf80-49a3e09d74c8 X-Archives-Hash: 68d786669e69b86aa84c6443ad8e2412 commit: 8244094393d2986793d7990335a8bd8547755f7e Author: Richard Yao gentoo org> AuthorDate: Sun Sep 13 03:51:02 2015 +0000 Commit: Richard Yao gentoo org> CommitDate: Sun Sep 13 03:51:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82440943 sys-fs/zfs: Adjust blocker on sys-fs/udev-init-scripts The blocker should be >=28 rather than >27 to avoid causing problems for Funtoo. This is related to bug #560066, although no formal bug for Funtoo's issue exists. Package-Manager: portage-2.2.20.1 Signed-off-by: Richard Yao gentoo.org> sys-fs/zfs/zfs-0.6.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/zfs/zfs-0.6.5.ebuild b/sys-fs/zfs/zfs-0.6.5.ebuild index cfc238f..9c9e1be 100644 --- a/sys-fs/zfs/zfs-0.6.5.ebuild +++ b/sys-fs/zfs/zfs-0.6.5.ebuild @@ -59,7 +59,7 @@ RDEPEND="${COMMON_DEPEND} app-misc/pax-utils !sys-fs/udev-init-scripts-27 + !>=sys-fs/udev-init-scripts-28 " pkg_setup() {