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 0A379138334 for ; Tue, 7 May 2019 20:09:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BA1AE0993; Tue, 7 May 2019 20:09:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 02143E0993 for ; Tue, 7 May 2019 20:09:57 +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 36510343B41 for ; Tue, 7 May 2019 20:09:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E350A5D3 for ; Tue, 7 May 2019 20:09:52 +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: <1557259786.65d94c8c2af20d2a0f428b4b6f148b9d482a3615.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.ebuild sys-fs/lvm2/lvm2-2.02.184-r3.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 65d94c8c2af20d2a0f428b4b6f148b9d482a3615 X-VCS-Branch: master Date: Tue, 7 May 2019 20:09:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5daa5f19-af4c-4ae6-aa61-5688a94f87da X-Archives-Hash: 8c111e37121d869ef158115cb6a39eed commit: 65d94c8c2af20d2a0f428b4b6f148b9d482a3615 Author: Robin H. Johnson gentoo org> AuthorDate: Tue May 7 20:09:28 2019 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue May 7 20:09:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d94c8c sys-fs/lvm2: QA cleanups Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Robin H. Johnson gentoo.org> sys-fs/lvm2/lvm2-2.02.116.ebuild | 4 ++-- sys-fs/lvm2/lvm2-2.02.184-r3.ebuild | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-fs/lvm2/lvm2-2.02.116.ebuild b/sys-fs/lvm2/lvm2-2.02.116.ebuild index 60b6cfda577..25f00eb6d51 100644 --- a/sys-fs/lvm2/lvm2-2.02.116.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.116.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd IUSE="readline static static-libs systemd lvm1 lvm2create_initrd selinux +udev +thin device-mapper-only" REQUIRED_USE="device-mapper-only? ( !lvm1 !lvm2create_initrd !thin ) systemd? ( udev ) - static? ( !udev )" #520450 + static? ( !udev !systemd )" #520450 DEPEND_COMMON=" readline? ( sys-libs/readline:0= ) diff --git a/sys-fs/lvm2/lvm2-2.02.184-r3.ebuild b/sys-fs/lvm2/lvm2-2.02.184-r3.ebuild index 0665b359447..7c49fed0595 100644 --- a/sys-fs/lvm2/lvm2-2.02.184-r3.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.184-r3.ebuild @@ -224,7 +224,6 @@ src_install() { "${ED}/etc/conf.d/lvm" || die "Could not drop udev from rc_need" fi - newinitd "${FILESDIR}"/lvm-monitoring.initd-2.02.105-r2 lvm-monitoring newinitd "${FILESDIR}"/lvmetad.initd-2.02.116-r3 lvmetad newinitd "${FILESDIR}"/lvmpolld.initd-2.02.183 lvmpolld