diff --git a/app-backup/grub-btrfs/grub-btrfs-4.11.ebuild b/app-backup/grub-btrfs/grub-btrfs-4.11.ebuild index 9981d313bc..05ea2cc8c7 100644 --- a/app-backup/grub-btrfs/grub-btrfs-4.11.ebuild +++ b/app-backup/grub-btrfs/grub-btrfs-4.11.ebuild @@ -37,5 +37,5 @@ src_install(){ pkg_postinst() { elog "run 'grub-mkconfig -o /boot/grub/grub.cfg' to update your Grub menu." elog "update your /etc/grub.d/41_snapshots-btrfs script (e.g. with dispatch-conf or etc-update)" - optfeature "LVM/ LUKS support" sys-boot/grub[device-mapper] + optfeature "LVM/ LUKS support" sys-boot/grub[device-mapper] }