diff options
author | Sam James <sam@gentoo.org> | 2021-08-14 04:06:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-14 04:48:19 +0100 |
commit | 952bf963ac1a0ec992200b2b61e4cd2c3d6566fd (patch) | |
tree | e0b2ec7f611cef0b582ba6fe07e22891bc7a3f7e /sys-block | |
parent | net-misc/curl: add missing subslot dependencies (diff) | |
download | gentoo-952bf963ac1a0ec992200b2b61e4cd2c3d6566fd.tar.gz gentoo-952bf963ac1a0ec992200b2b61e4cd2c3d6566fd.tar.bz2 gentoo-952bf963ac1a0ec992200b2b61e4cd2c3d6566fd.zip |
sys-block/parted: add sys-apps/util-linux dependency for libuuid
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/parted/parted-3.4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-block/parted/parted-3.4.ebuild b/sys-block/parted/parted-3.4.ebuild index 2e26bc74904e..dc49893faa35 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= |