commit: b3d9e332e5f61f9e63d7758475ac35d3dfa57588
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 22 23:14:27 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 22 23:21:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d9e332
media-libs/imlib2: Remove bogus Makefiles from docs
Package-Manager: Portage-2.3.43, Repoman-2.3.10
media-libs/imlib2/imlib2-1.5.1-r1.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/media-libs/imlib2/imlib2-1.5.1-r1.ebuild
b/media-libs/imlib2/imlib2-1.5.1-r1.ebuild
index 7457df0e31d..ca27d229d37 100644
--- a/media-libs/imlib2/imlib2-1.5.1-r1.ebuild
+++ b/media-libs/imlib2/imlib2-1.5.1-r1.ebuild
@@ -65,7 +65,10 @@ multilib_src_configure() {
multilib_src_install() {
V=1 emake install DESTDIR="${D}"
- use doc && local HTML_DOCS=( "${S}"/doc/. )
+ if use doc; then
+ local HTML_DOCS=( "${S}"/doc/. )
+ rm "${S}"/doc/Makefile.{am,in} || die
+ fi
einstalldocs
find "${D}" -name '*.la' -delete || die