diff options
-rw-r--r-- | sci-chemistry/gromacs/ChangeLog | 3 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-9999.ebuild | 7 |
2 files changed, 3 insertions, 7 deletions
diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog index 1e2a646c0..c7bcab9a5 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Jun 2015; Alexey Shvetsov <alexxy@gentoo.org> gromacs-9999.ebuild: + Drop unneeded hack + 08 Mar 2015; Christoph Junghans <ottxor@gentoo.org> gromacs-4.6.9999.ebuild, metadata.xml: removed openmm build diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index b50184a7c..9b8bf869a 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -247,13 +247,6 @@ src_install() { rm -f "${ED}"usr/bin/gmx-completion* rm -f "${ED}"usr/bin/g_options* 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 } |