summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-01-14 03:24:15 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-01-14 03:59:24 +0100
commitd7f3217ec85f5d56436c755de99b5c1938c3f547 (patch)
tree2edf26ecbfdd4197e8639840a44d4766b6874a8d /sci-mathematics
parentapp-misc/ranger: update live (diff)
downloadgentoo-d7f3217ec85f5d56436c755de99b5c1938c3f547.tar.gz
gentoo-d7f3217ec85f5d56436c755de99b5c1938c3f547.tar.bz2
gentoo-d7f3217ec85f5d56436c755de99b5c1938c3f547.zip
sci-mathematics/yices2: do not install static libs
Closes: https://bugs.gentoo.org/890758 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/yices2/yices2-2.6.4-r1.ebuild (renamed from sci-mathematics/yices2/yices2-2.6.4.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-mathematics/yices2/yices2-2.6.4.ebuild b/sci-mathematics/yices2/yices2-2.6.4-r1.ebuild
index 8fcf3fcb619b..5d2d356eb014 100644
--- a/sci-mathematics/yices2/yices2-2.6.4.ebuild
+++ b/sci-mathematics/yices2/yices2-2.6.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -44,4 +44,6 @@ src_install() {
default
doman doc/*.1
+
+ rm "${ED}"/usr/$(get_libdir)/libyices.a || die
}