diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-05-07 13:09:28 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-05-07 13:09:46 -0700 |
commit | 65d94c8c2af20d2a0f428b4b6f148b9d482a3615 (patch) | |
tree | 8c20d73063123b0fa6941e3ab630b1cbf180cc83 /sys-fs | |
parent | multilib-build.eclass: Comment abi_ppc* flags out (diff) | |
download | gentoo-65d94c8c2af20d2a0f428b4b6f148b9d482a3615.tar.gz gentoo-65d94c8c2af20d2a0f428b4b6f148b9d482a3615.tar.bz2 gentoo-65d94c8c2af20d2a0f428b4b6f148b9d482a3615.zip |
sys-fs/lvm2: QA cleanups
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.116.ebuild | 4 | ||||
-rw-r--r-- | 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 60b6cfda5775..25f00eb6d517 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 0665b3594478..7c49fed05952 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 |