commit: 3736fa97a500c7442573eb81a713bffc8d57210f Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Mon May 8 05:30:57 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon May 8 07:44:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3736fa97
dev-util/librnp: don't install static libs Closes: https://bugs.gentoo.org/905648 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-util/librnp/librnp-0.17.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-util/librnp/librnp-0.17.0.ebuild b/dev-util/librnp/librnp-0.17.0.ebuild index 880c4fef9541..a85c4cc7aad8 100644 --- a/dev-util/librnp/librnp-0.17.0.ebuild +++ b/dev-util/librnp/librnp-0.17.0.ebuild @@ -78,3 +78,8 @@ src_test() { cd "${BUILD_DIR}"/src/tests || die ctest -j"${MAKEOPTS}" -R .* --output-on-failure || die } + +src_install() { + cmake_src_install + find "${D}" -name '*.a' -delete || die +}
