summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2022-12-22 19:53:15 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2022-12-22 19:53:15 +0300
commite8387da1f4d652ed6404a48d7dca5c4bae9f8e32 (patch)
tree222b44f0cd3910739f93ca7eb6f33344e5d9a4e5 /sci-chemistry/gromacs
parentsys-kernel/gentoo-kernel-bin: Bump to 6.1.1 (diff)
downloadgentoo-e8387da1f4d652ed6404a48d7dca5c4bae9f8e32.tar.gz
gentoo-e8387da1f4d652ed6404a48d7dca5c4bae9f8e32.tar.bz2
gentoo-e8387da1f4d652ed6404a48d7dca5c4bae9f8e32.zip
sci-chemistry/gromacs: Fix manual build
Closes: https://bugs.gentoo.org/887611 Closes: https://bugs.gentoo.org/887683 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry/gromacs')
-rw-r--r--sci-chemistry/gromacs/gromacs-2023.9999.ebuild2
-rw-r--r--sci-chemistry/gromacs/gromacs-2023_rc1.ebuild2
-rw-r--r--sci-chemistry/gromacs/gromacs-9999.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2023.9999.ebuild b/sci-chemistry/gromacs/gromacs-2023.9999.ebuild
index c69ff70b99d3..36a9fd3ae771 100644
--- a/sci-chemistry/gromacs/gromacs-2023.9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2023.9999.ebuild
@@ -301,7 +301,7 @@ src_install() {
if use doc; then
if [[ ${PV} != *9999* ]]; then
- newdoc "${DISTDIR}/manual-${PV}.pdf" "${PN}-manual-${PV}.pdf"
+ newdoc "${DISTDIR}/manual-${PV/_/-}.pdf" "${PN}-manual-${PV}.pdf"
fi
fi
done
diff --git a/sci-chemistry/gromacs/gromacs-2023_rc1.ebuild b/sci-chemistry/gromacs/gromacs-2023_rc1.ebuild
index c69ff70b99d3..36a9fd3ae771 100644
--- a/sci-chemistry/gromacs/gromacs-2023_rc1.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2023_rc1.ebuild
@@ -301,7 +301,7 @@ src_install() {
if use doc; then
if [[ ${PV} != *9999* ]]; then
- newdoc "${DISTDIR}/manual-${PV}.pdf" "${PN}-manual-${PV}.pdf"
+ newdoc "${DISTDIR}/manual-${PV/_/-}.pdf" "${PN}-manual-${PV}.pdf"
fi
fi
done
diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild
index c69ff70b99d3..36a9fd3ae771 100644
--- a/sci-chemistry/gromacs/gromacs-9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
@@ -301,7 +301,7 @@ src_install() {
if use doc; then
if [[ ${PV} != *9999* ]]; then
- newdoc "${DISTDIR}/manual-${PV}.pdf" "${PN}-manual-${PV}.pdf"
+ newdoc "${DISTDIR}/manual-${PV/_/-}.pdf" "${PN}-manual-${PV}.pdf"
fi
fi
done