commit: 7f70e9250798eac47536bbc1c58b002bbb9e55d0 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Wed Apr 18 19:03:32 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Wed Apr 18 19:07:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f70e925
media-sound/mpfc: [QA] Remove eutils.eclass Package-Manager: Portage-2.3.30, Repoman-2.3.9 media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild index 1c9f36d0089..e01587f2a11 100644 --- a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild +++ b/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools eutils +inherit autotools DESCRIPTION="Music Player For Console" HOMEPAGE="http://mpfc.sourceforge.net/" @@ -53,5 +53,6 @@ src_install() { insinto /etc doins mpfcrc - prune_libtool_files --all + # package provides .pc files + find "${D}" -name '*.la' -delete || die }
