Skip to content

Commit

Permalink
sys-fs/lvm2: QA cleanups
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson <[email protected]>
  • Loading branch information
robbat2 committed May 7, 2019
1 parent 545f41d commit 65d94c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sys-fs/lvm2/lvm2-2.02.116.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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= )
Expand Down
1 change: 0 additions & 1 deletion sys-fs/lvm2/lvm2-2.02.184-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65d94c8

Please sign in to comment.