Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 758704 - sys-fs/lvm2: drop eudev from dependencies
Summary: sys-fs/lvm2: drop eudev from dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-05 20:31 UTC by David Michael
Modified: 2020-12-06 06:19 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Michael 2020-12-05 20:31:10 UTC
Please drop the direct dependency on eudev.  It is redundant since the ebuild already has virtual/libudev in its DEPEND_COMMON, and this creates a conflict when trying to build with systemd.  (This applies to both lvm2 ebuild versions.)

--- sys-fs/lvm2/lvm2-2.02.187-r2.ebuild
+++ sys-fs/lvm2/lvm2-2.02.187-r2.ebuild
@@ -41,7 +41,6 @@
 	>=sys-devel/binutils-2.20.1-r1
 	static? (
 		selinux? ( sys-libs/libselinux[static-libs] )
-		udev? ( >=sys-fs/eudev-3.1.2[static-libs] )
 		>=sys-apps/util-linux-2.16[static-libs]
 	)"
 BDEPEND="
Comment 1 Larry the Git Cow gentoo-dev 2020-12-06 06:19:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c3f9bdedaf9068de60ca31a8af9bf4c1b49869

commit a4c3f9bdedaf9068de60ca31a8af9bf4c1b49869
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2020-12-06 06:18:58 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2020-12-06 06:18:58 +0000

    sys-fs/lvm2: drop dependency on eudev
    
    Closes: https://bugs.gentoo.org/758704
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-fs/lvm2/lvm2-2.02.187-r2.ebuild | 2 --
 sys-fs/lvm2/lvm2-2.03.10.ebuild     | 2 --
 2 files changed, 4 deletions(-)