diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-13 15:59:23 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-13 16:42:38 +0100 |
commit | 6ce161a93f2e7f025a2d5a529338ef49b7daf2bb (patch) | |
tree | 4ad37739ea9a186568dc1827d4e94c1c3a275403 /sci-mathematics/btor2tools | |
parent | Revert "sci-mathematics/picosat: also install static libraries" (diff) | |
download | gentoo-6ce161a93f2e7f025a2d5a529338ef49b7daf2bb.tar.gz gentoo-6ce161a93f2e7f025a2d5a529338ef49b7daf2bb.tar.bz2 gentoo-6ce161a93f2e7f025a2d5a529338ef49b7daf2bb.zip |
sci-mathematics/btor2tools: do not install static libraries
Closes: https://bugs.gentoo.org/890698
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/btor2tools')
-rw-r--r-- | sci-mathematics/btor2tools/btor2tools-1.0.0_pre20220518-r1.ebuild (renamed from sci-mathematics/btor2tools/btor2tools-1.0.0_pre20220518.ebuild) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sci-mathematics/btor2tools/btor2tools-1.0.0_pre20220518.ebuild b/sci-mathematics/btor2tools/btor2tools-1.0.0_pre20220518-r1.ebuild index efade1283737..e967b953fb59 100644 --- a/sci-mathematics/btor2tools/btor2tools-1.0.0_pre20220518.ebuild +++ b/sci-mathematics/btor2tools/btor2tools-1.0.0_pre20220518-r1.ebuild @@ -24,10 +24,7 @@ LICENSE="MIT" SLOT="0" IUSE="examples" -PATCHES=( - "${FILESDIR}"/${P}-cmake-also-static.patch - "${FILESDIR}"/${P}-cmake-clfags.patch -) +PATCHES=( "${FILESDIR}"/${P}-cmake-clfags.patch ) src_install() { cmake_src_install |