diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2022-02-16 12:53:34 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2022-02-16 12:54:43 +0300 |
commit | c1a19243d3bc2748069153cc90b7fefd773705d4 (patch) | |
tree | f95181be7f5c2c05623fafe369d6e5a39917e788 /sci-chemistry/gromacs/gromacs-2020.7.ebuild | |
parent | sci-chemistry/gromacs: Add missing inherit (diff) | |
download | gentoo-c1a19243d3bc2748069153cc90b7fefd773705d4.tar.gz gentoo-c1a19243d3bc2748069153cc90b7fefd773705d4.tar.bz2 gentoo-c1a19243d3bc2748069153cc90b7fefd773705d4.zip |
sci-chemistry/gromacs: Fix gromacs citaton
Closes: https://bugs.gentoo.org/755254
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-2020.7.ebuild')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2020.7.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2020.7.ebuild b/sci-chemistry/gromacs/gromacs-2020.7.ebuild index ed464b1f9772..b5211f6374ac 100644 --- a/sci-chemistry/gromacs/gromacs-2020.7.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.7.ebuild @@ -344,9 +344,8 @@ src_install() { pkg_postinst() { einfo - einfo "Please read and cite:" - einfo "Gromacs 4, J. Chem. Theory Comput. 4, 435 (2008). " - einfo "https://dx.doi.org/10.1021/ct700301q" + einfo "Please read and cite gromacs related papers from list:" + einfo "https://www.gromacs.org/Gromacs_papers" einfo readme.gentoo_print_elog } |