summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2015-02-21 10:03:07 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2015-02-21 10:03:07 +0300
commita70e0f051d7a26068f7ef065b094f2527e6b4eb3 (patch)
tree6303bdfe6bf55560545df8b35bab53807aebf57b /sci-chemistry
parentUpdate layout (diff)
downloadalexxy-a70e0f051d7a26068f7ef065b094f2527e6b4eb3.tar.gz
alexxy-a70e0f051d7a26068f7ef065b094f2527e6b4eb3.tar.bz2
alexxy-a70e0f051d7a26068f7ef065b094f2527e6b4eb3.zip
Drop unneeded hack
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/gromacs/gromacs-9999.ebuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild
index e95e4d2..dfd77fd 100644
--- a/sci-chemistry/gromacs/gromacs-9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
@@ -267,12 +267,6 @@ src_install() {
rm -f "${ED}"usr/bin/GMXRC*
rm -f "${ED}"usr/lib*/libtng*.a
- #workaround for libtng
- if [[ $(get_libdir) != lib ]]; then
- mv "${ED}"usr/lib/libtng* "${ED}usr/$(get_libdir)" || die
- rmdir "${ED}"usr/lib || die
- fi
-
readme.gentoo_create_doc
}