diff --git a/hooks/ebuild_install_post/prune_libtool_files.bash b/hooks/ebuild_install_post/prune_libtool_files.bash index 6c73e6f..7880348 100644 --- a/hooks/ebuild_install_post/prune_libtool_files.bash +++ b/hooks/ebuild_install_post/prune_libtool_files.bash @@ -138,6 +138,7 @@ if [[ "${CATEGORY}/${PN}" != "sys-devel/gcc" && "${CATEGORY}/${PN}" != "sys-apps/dbus" && "${CATEGORY}/${PN}" != "sys-apps/util-linux" && "${CATEGORY}/${PN}" != "media-libs/freetype" && + "${CATEGORY}/${PN}" != "dev-libs/libunistring" && "${CATEGORY}/${PN}" != "dev-libs/expat" ]] ; then prune_libtool_files --all