mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/libblockdev: drop parted dep to USE-conditional
libparted is only looked up in configure.ac by --with-tools, and linked into `vfat-resize`. Don't depend on it if we don't build it. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -32,7 +32,6 @@ RDEPEND="
|
||||
sys-apps/gptfdisk
|
||||
>=sys-apps/kmod-19
|
||||
>=sys-apps/util-linux-2.27
|
||||
>=sys-block/parted-3.1
|
||||
sys-fs/e2fsprogs:=
|
||||
virtual/libudev:=
|
||||
cryptsetup? (
|
||||
@@ -49,6 +48,9 @@ RDEPEND="
|
||||
virtual/udev
|
||||
)
|
||||
nvme? ( sys-libs/libnvme )
|
||||
tools? (
|
||||
>=sys-block/parted-3.1
|
||||
)
|
||||
${PYTHON_DEPS}
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
||||
|
||||
Reference in New Issue
Block a user