net-misc/gns3-server: Drop superfluous optfeature header

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2021-04-03 13:27:00 +02:00
parent 3dad950365
commit ab2e14153e
2 changed files with 2 additions and 8 deletions

View File

@@ -54,14 +54,11 @@ python_install() {
}
pkg_postinst() {
elog "net-misc/gns3-server has several optional packages that must be merged manually for additional functionality."
elog ""
elog "The following is a list of packages that can be added:"
optfeature "QEMU Support" "app-emulation/qemu"
optfeature "Virtualbox Support" "app-emulation/virtualbox"
optfeature "Docker Support" "app-emulation/docker"
optfeature "Wireshark Support" "net-analyzer/wireshark"
elog ""
elog
elog "The following packages are currently unsupported:"
elog "iouyap and vpcs"
}

View File

@@ -54,14 +54,11 @@ python_install() {
}
pkg_postinst() {
elog "net-misc/gns3-server has several optional packages that must be merged manually for additional functionality."
elog ""
elog "The following is a list of packages that can be added:"
optfeature "QEMU Support" "app-emulation/qemu"
optfeature "Virtualbox Support" "app-emulation/virtualbox"
optfeature "Docker Support" "app-emulation/docker"
optfeature "Wireshark Support" "net-analyzer/wireshark"
elog ""
elog
elog "The following packages are currently unsupported:"
elog "iouyap and vpcs"
}