commit: 19be23ceb2478e6a7f8c80fccf2cf60f3ace9c1b Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sat Feb 13 22:51:29 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 13 22:51:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19be23ce
sci-libs/libxc: Fix broken symlink Closes: https://bugs.gentoo.org/766941 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> sci-libs/libxc/libxc-5.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/libxc/libxc-5.1.0.ebuild b/sci-libs/libxc/libxc-5.1.0.ebuild index bade5f34f40..884100437a3 100644 --- a/sci-libs/libxc/libxc-5.1.0.ebuild +++ b/sci-libs/libxc/libxc-5.1.0.ebuild @@ -33,6 +33,7 @@ src_configure() { src_install() { default + dodoc ChangeLog.md # no static archives find "${ED}" -name '*.la' -type f -delete || die
