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 022BF1396D0 for ; Mon, 9 Oct 2017 14:40:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41D102BC02C; Mon, 9 Oct 2017 14:40:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 215552BC02C for ; Mon, 9 Oct 2017 14:40:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F81433BF47 for ; Mon, 9 Oct 2017 14:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A1728F66 for ; Mon, 9 Oct 2017 14:40:56 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1507560039.3ec18e212f83a7589372e9c72ec84abec8b17497.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/udev/udev-235.ebuild sys-fs/udev/udev-9999.ebuild X-VCS-Directories: sys-fs/udev/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 3ec18e212f83a7589372e9c72ec84abec8b17497 X-VCS-Branch: master Date: Mon, 9 Oct 2017 14:40:56 +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: decbb188-31ad-4283-b614-9215f2356677 X-Archives-Hash: ea612ddf6a392a727d624f399f6373b8 commit: 3ec18e212f83a7589372e9c72ec84abec8b17497 Author: Mike Gilbert gentoo org> AuthorDate: Mon Oct 9 14:40:39 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Oct 9 14:40:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec18e21 sys-fs/udev: depend on util-linux 2.30 Closes: https://bugs.gentoo.org/633718 Package-Manager: Portage-2.3.10_p4, Repoman-2.3.3_p52 sys-fs/udev/udev-235.ebuild | 2 +- sys-fs/udev/udev-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/udev/udev-235.ebuild b/sys-fs/udev/udev-235.ebuild index 1d98a8ca399..1853b357d18 100644 --- a/sys-fs/udev/udev-235.ebuild +++ b/sys-fs/udev/udev-235.ebuild @@ -22,7 +22,7 @@ IUSE="acl +kmod selinux" RESTRICT="test" -COMMON_DEPEND=">=sys-apps/util-linux-2.27.1[${MULTILIB_USEDEP}] +COMMON_DEPEND=">=sys-apps/util-linux-2.30[${MULTILIB_USEDEP}] sys-libs/libcap[${MULTILIB_USEDEP}] acl? ( sys-apps/acl ) kmod? ( >=sys-apps/kmod-16 ) diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 1d98a8ca399..1853b357d18 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -22,7 +22,7 @@ IUSE="acl +kmod selinux" RESTRICT="test" -COMMON_DEPEND=">=sys-apps/util-linux-2.27.1[${MULTILIB_USEDEP}] +COMMON_DEPEND=">=sys-apps/util-linux-2.30[${MULTILIB_USEDEP}] sys-libs/libcap[${MULTILIB_USEDEP}] acl? ( sys-apps/acl ) kmod? ( >=sys-apps/kmod-16 )