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 8D0631384B4 for ; Mon, 28 Dec 2015 00:30:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43D9EE07B3; Mon, 28 Dec 2015 00:30:18 +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 E0675E07B3 for ; Mon, 28 Dec 2015 00:30:17 +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 E9FB03405C3 for ; Mon, 28 Dec 2015 00:30:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7231ECF1 for ; Mon, 28 Dec 2015 00:30:14 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1451262543.883c7fdce4d97de70cbbbe5043d79f65e2426975.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lvm2/lvm2-2.02.116-r3.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 883c7fdce4d97de70cbbbe5043d79f65e2426975 X-VCS-Branch: master Date: Mon, 28 Dec 2015 00:30:14 +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: 638a9644-e9a7-46d7-a14e-7fa8fd3028e5 X-Archives-Hash: 8875fb8203d24c5f9faff38fb9fd6c2f commit: 883c7fdce4d97de70cbbbe5043d79f65e2426975 Author: Doug Goldstein gentoo org> AuthorDate: Thu Dec 24 23:33:33 2015 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Dec 28 00:29:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=883c7fdc sys-fs/lvm2: add missing dependency for USE=lvm2create_initrd USE=lvm2create_initrd needs app-arch/cpio Gentoo-Bug: 500308 Signed-off-by: Doug Goldstein gentoo.org> Signed-off-by: Robin H. Johnson gentoo.org> sys-fs/lvm2/lvm2-2.02.116-r3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-fs/lvm2/lvm2-2.02.116-r3.ebuild b/sys-fs/lvm2/lvm2-2.02.116-r3.ebuild index e62a3b6..bbb4279 100644 --- a/sys-fs/lvm2/lvm2-2.02.116-r3.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.116-r3.ebuild @@ -31,7 +31,10 @@ RDEPEND="${DEPEND_COMMON} !!sys-fs/clvm !!sys-fs/lvm-user >=sys-apps/util-linux-2.16 - lvm2create_initrd? ( sys-apps/makedev ) + lvm2create_initrd? ( + app-arch/cpio + sys-apps/makedev + ) thin? ( >=sys-block/thin-provisioning-tools-0.3.0 )" # note: thin- 0.3.0 is required to avoid --disable-thin_check_needs_check # USE 'static' currently only works with eudev, bug 520450