diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2024-10-25 15:18:35 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2024-10-25 15:19:06 +0300 |
commit | c54af2f206ff05f7e9a9fbd340550a6932a36745 (patch) | |
tree | b0c684e4d0fbd26c3e8b7e00c271cce3cf11589e /sci-chemistry | |
parent | dev-tex/rubber: Stabilize 1.6.6 amd64, #936995 (diff) | |
download | gentoo-c54af2f206ff05f7e9a9fbd340550a6932a36745.tar.gz gentoo-c54af2f206ff05f7e9a9fbd340550a6932a36745.tar.bz2 gentoo-c54af2f206ff05f7e9a9fbd340550a6932a36745.zip |
sci-chemistry/gromacs: Re-enable man-pages
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index a05143862722..01ebc8ab87b7 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -284,6 +284,8 @@ src_compile() { einfo "Compiling for ${x} precision" BUILD_DIR="${WORKDIR}/${P}_${x}"\ cmake_src_compile + BUILD_DIR="${WORKDIR}/${P}_${x}"\ + cmake_src_compile man if use python; then BUILD_DIR="${WORKDIR}/${P}_${x}"\ cmake_src_compile python_packaging/all |