summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2022-02-16 12:53:34 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2022-02-16 12:54:43 +0300
commitc1a19243d3bc2748069153cc90b7fefd773705d4 (patch)
treef95181be7f5c2c05623fafe369d6e5a39917e788 /sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild
parentsci-chemistry/gromacs: Add missing inherit (diff)
downloadgentoo-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-2021.3-r1.ebuild')
-rw-r--r--sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild b/sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild
index 928208be2925..304523f0caed 100644
--- a/sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild
@@ -347,9 +347,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
}