diff options
Diffstat (limited to 'sci-mathematics/topcom/topcom-0.17.7.ebuild')
-rw-r--r-- | sci-mathematics/topcom/topcom-0.17.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/topcom/topcom-0.17.7.ebuild b/sci-mathematics/topcom/topcom-0.17.7.ebuild index 97a0cf2de6d5..6ff02493a140 100644 --- a/sci-mathematics/topcom/topcom-0.17.7.ebuild +++ b/sci-mathematics/topcom/topcom-0.17.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,7 +25,7 @@ PATCHES=( "${FILESDIR}"/${P}-buildsystem.patch ) -src_prepare () { +src_prepare() { # ... and link in tree versions: append-libs -lgmp -lgmpxx -lcddgmp @@ -34,7 +34,7 @@ src_prepare () { default } -src_install () { +src_install() { default use static-libs || rm -f "${ED}"/usr/$(get_libdir)/*a |