diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:03:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:00 +0200 |
commit | 9a0221aa43edaa9f20b8b839da340d18646b1ae5 (patch) | |
tree | 43fb93f16119b1b9a140b51489f9c2ea28b985ac /app-emulation | |
parent | app-emulation/lxc: Drop superfluous optfeature header (diff) | |
download | gentoo-9a0221aa43edaa9f20b8b839da340d18646b1ae5.tar.gz gentoo-9a0221aa43edaa9f20b8b839da340d18646b1ae5.tar.bz2 gentoo-9a0221aa43edaa9f20b8b839da340d18646b1ae5.zip |
app-emulation/lxd: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/lxd/lxd-4.0.4-r7.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/lxd/lxd-4.0.5.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/app-emulation/lxd/lxd-4.0.4-r7.ebuild b/app-emulation/lxd/lxd-4.0.4-r7.ebuild index 301aad791c91..8893eee210e9 100644 --- a/app-emulation/lxd/lxd-4.0.4-r7.ebuild +++ b/app-emulation/lxd/lxd-4.0.4-r7.ebuild @@ -145,7 +145,6 @@ pkg_postinst() { elog elog "Please run 'lxc-checkconfig' to see all optional kernel features." elog - elog "Optional features:" optfeature "btrfs storage backend" sys-fs/btrfs-progs optfeature "lvm2 storage backend" sys-fs/lvm2 optfeature "zfs storage backend" sys-fs/zfs diff --git a/app-emulation/lxd/lxd-4.0.5.ebuild b/app-emulation/lxd/lxd-4.0.5.ebuild index 6463918b080c..753f89358e9d 100644 --- a/app-emulation/lxd/lxd-4.0.5.ebuild +++ b/app-emulation/lxd/lxd-4.0.5.ebuild @@ -144,7 +144,6 @@ pkg_postinst() { elog elog "Please run 'lxc-checkconfig' to see all optional kernel features." elog - elog "Optional features:" optfeature "btrfs storage backend" sys-fs/btrfs-progs optfeature "lvm2 storage backend" sys-fs/lvm2 optfeature "zfs storage backend" sys-fs/zfs |