sci-biology/samtools: Add elog message discouraging direct use

Package-Manager: portage-2.2.28
This commit is contained in:
David Seifert
2016-03-28 00:53:29 +02:00
parent f7caa54d3a
commit 5347b1b450

View File

@@ -62,3 +62,9 @@ src_install() {
use examples && dodoc -r examples
}
pkg_postinst() {
elog "This version of samtools should *not* be your first choice for working"
elog "with NGS data. It is installed solely for programs requiring it."
elog "It is recommended that you use >=sci-biology/samtools-1.2."
}