commit: a70e0f051d7a26068f7ef065b094f2527e6b4eb3
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 21 07:03:07 2015 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat Feb 21 07:03:07 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=dev/alexxy.git;a=commit;h=a70e0f05
Drop unneeded hack
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
---
sci-chemistry/gromacs/gromacs-9999.ebuild | 6 ------
1 file changed, 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
}