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 C1D2959CA3 for ; Tue, 15 Mar 2016 04:07:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 853CC21C001; Tue, 15 Mar 2016 04:06:59 +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 1ECC721C001 for ; Tue, 15 Mar 2016 04:06:59 +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 BC106340B1F for ; Tue, 15 Mar 2016 04:06:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71B3684F for ; Tue, 15 Mar 2016 04:06:55 +0000 (UTC) From: "Doug Goldstein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Doug Goldstein" Message-ID: <1458014793.06a5f34ba6ccfa8a798369f936585aa7bb9e2ed5.cardoe@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.136-r2.ebuild sys-fs/lvm2/lvm2-2.02.139-r1.ebuild sys-fs/lvm2/lvm2-2.02.145-r2.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein X-VCS-Revision: 06a5f34ba6ccfa8a798369f936585aa7bb9e2ed5 X-VCS-Branch: master Date: Tue, 15 Mar 2016 04:06:55 +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: 89210efc-e927-4a6c-bdf3-4ff81474ced0 X-Archives-Hash: 83579d53cc0ddd0fafe2a53722c58124 commit: 06a5f34ba6ccfa8a798369f936585aa7bb9e2ed5 Author: Doug Goldstein gentoo org> AuthorDate: Tue Mar 15 04:06:33 2016 +0000 Commit: Doug Goldstein gentoo org> CommitDate: Tue Mar 15 04:06:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a5f34b sys-fs/lvm2: fix issue building with USE=systemd When building with USE=systemd, we need to pull it in since it is built against. Gentoo-Bug: 570788 Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein gentoo.org> sys-fs/lvm2/lvm2-2.02.136-r2.ebuild | 1 + sys-fs/lvm2/lvm2-2.02.139-r1.ebuild | 1 + sys-fs/lvm2/lvm2-2.02.145-r2.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sys-fs/lvm2/lvm2-2.02.136-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.136-r2.ebuild index 9c1f239..f38c85e 100644 --- a/sys-fs/lvm2/lvm2-2.02.136-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.136-r2.ebuild @@ -27,6 +27,7 @@ DEPEND_COMMON=" ) readline? ( sys-libs/readline:0= ) + systemd? ( >=sys-apps/systemd-205:0= ) udev? ( >=virtual/libudev-208:=[static-libs?] )" # /run is now required for locking during early boot. /var cannot be assumed to # be available -- thus, pull in recent enough baselayout for /run. diff --git a/sys-fs/lvm2/lvm2-2.02.139-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.139-r1.ebuild index 3902dda..cbeeb2e 100644 --- a/sys-fs/lvm2/lvm2-2.02.139-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.139-r1.ebuild @@ -27,6 +27,7 @@ DEPEND_COMMON=" ) readline? ( sys-libs/readline:0= ) + systemd? ( >=sys-apps/systemd-205:0= ) udev? ( >=virtual/libudev-208:=[static-libs?] )" # /run is now required for locking during early boot. /var cannot be assumed to # be available -- thus, pull in recent enough baselayout for /run. diff --git a/sys-fs/lvm2/lvm2-2.02.145-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.145-r2.ebuild index d1d4d4a..f7c5dc5 100644 --- a/sys-fs/lvm2/lvm2-2.02.145-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.145-r2.ebuild @@ -27,6 +27,7 @@ DEPEND_COMMON=" ) readline? ( sys-libs/readline:0= ) + systemd? ( >=sys-apps/systemd-205:0= ) udev? ( >=virtual/libudev-208:=[static-libs?] )" # /run is now required for locking during early boot. /var cannot be assumed to # be available -- thus, pull in recent enough baselayout for /run.