diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-11-05 18:41:41 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-11-05 18:43:56 -0800 |
commit | 5e5f1666fcb43c985ca3f610b36da25ce14ba979 (patch) | |
tree | 9150c4855b427d6a19ad46b3161eccfc7e22bb39 /sys-boot | |
parent | sys-fs/zfs: add subslot to 0.8.5 (diff) | |
download | gentoo-5e5f1666fcb43c985ca3f610b36da25ce14ba979.tar.gz gentoo-5e5f1666fcb43c985ca3f610b36da25ce14ba979.tar.bz2 gentoo-5e5f1666fcb43c985ca3f610b36da25ce14ba979.zip |
sys-boot/grub: add subslot dep on zfs in live ebuild
Bug: https://bugs.gentoo.org/753245
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index b02798b59775..4a29991e9720 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -99,7 +99,7 @@ DEPEND=" sdl? ( media-libs/libsdl ) ) device-mapper? ( >=sys-fs/lvm2-2.02.45 ) - libzfs? ( sys-fs/zfs ) + libzfs? ( sys-fs/zfs:= ) mount? ( sys-fs/fuse:0 ) truetype? ( media-libs/freetype:2= ) ppc? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) |