diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:05:35 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:06 +0200 |
commit | 4cfced047715b0602b68bb064f16e2882165c77f (patch) | |
tree | f601a38bb1138b9e287d3ee94e2d66627c25b8df /sci-biology/biopython | |
parent | sci-astronomy/kstars: Drop superfluous optfeature header (diff) | |
download | gentoo-4cfced047715b0602b68bb064f16e2882165c77f.tar.gz gentoo-4cfced047715b0602b68bb064f16e2882165c77f.tar.bz2 gentoo-4cfced047715b0602b68bb064f16e2882165c77f.zip |
sci-biology/biopython: Use optfeature_header() instead of custom elog
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-biology/biopython')
-rw-r--r-- | sci-biology/biopython/biopython-1.77.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sci-biology/biopython/biopython-1.77.ebuild b/sci-biology/biopython/biopython-1.77.ebuild index 387404a1aedc..1dcbc2101c45 100644 --- a/sci-biology/biopython/biopython-1.77.ebuild +++ b/sci-biology/biopython/biopython-1.77.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -53,10 +53,9 @@ python_install_all() { } pkg_postinst() { - elog "For database support you need to install:" - optfeature "MySQL" dev-python/mysql-python - optfeature "PostgreSQL" dev-python/psycopg - - elog "Some applications need extra packages:" + optfeature_header "For database support you need to install:" + optfeature "MySQL database support" dev-python/mysql-python + optfeature "PostgreSQL database support" dev-python/psycopg + optfeature_header "Some applications need extra packages:" optfeature "EMBOSS (The European Molecular Biology Open Software Suite)" sci-biology/emboss } |