commit: 952bf963ac1a0ec992200b2b61e4cd2c3d6566fd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 14 03:06:12 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 14 03:48:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952bf963
sys-block/parted: add sys-apps/util-linux dependency for libuuid
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-block/parted/parted-3.4.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-block/parted/parted-3.4.ebuild
b/sys-block/parted/parted-3.4.ebuild
index 2e26bc74904..dc49893faa3 100644
--- a/sys-block/parted/parted-3.4.ebuild
+++ b/sys-block/parted/parted-3.4.ebuild
@@ -15,8 +15,10 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390
sparc x86"
IUSE="+debug device-mapper nls readline"
+# util-linux for libuuid
RDEPEND="
>=sys-fs/e2fsprogs-1.27
+ sys-apps/util-linux
device-mapper? ( >=sys-fs/lvm2-2.02.45 )
readline? (
>=sys-libs/ncurses-5.7-r7:0=