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 35C571384B4 for ; Sat, 28 Nov 2015 17:55:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2126E21C0CF; Sat, 28 Nov 2015 17:55:08 +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 C042221C0CF for ; Sat, 28 Nov 2015 17:55:07 +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 6A82B340845 for ; Sat, 28 Nov 2015 17:55:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E401A91 for ; Sat, 28 Nov 2015 17:55:04 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1448733284.f5125c23cc6cdb492f7340c0b8a7bd1226d481d8.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/udev/udev-9999.ebuild X-VCS-Directories: sys-fs/udev/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: f5125c23cc6cdb492f7340c0b8a7bd1226d481d8 X-VCS-Branch: master Date: Sat, 28 Nov 2015 17:55:04 +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: 70fe943d-3d19-4b35-b3f4-583f7de41ea8 X-Archives-Hash: a3ed1695f78c131da938aa182a837e3b commit: f5125c23cc6cdb492f7340c0b8a7bd1226d481d8 Author: William Hubbs gentoo org> AuthorDate: Sat Nov 28 17:53:49 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Nov 28 17:54:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5125c23 sys-fs/udev: sync live ebuild sys-fs/udev/udev-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index d173c0f..c9d46a5 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -29,7 +29,7 @@ IUSE="acl +kmod selinux static-libs" RESTRICT="test" -COMMON_DEPEND=">=sys-apps/util-linux-2.24 +COMMON_DEPEND=">=sys-apps/util-linux-2.27.1[${MULTILIB_USEDEP}] sys-libs/libcap[${MULTILIB_USEDEP}] acl? ( sys-apps/acl ) kmod? ( >=sys-apps/kmod-16 )