diff options
author | David Seifert <soap@gentoo.org> | 2018-04-18 21:03:32 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-18 21:07:02 +0200 |
commit | 7f70e9250798eac47536bbc1c58b002bbb9e55d0 (patch) | |
tree | 6788aa213d206f74381fabfb9b5165b568e7be6b /media-sound/mpfc | |
parent | www-misc/htdig: stable 3.2.0_beta6-r5 for hppa, bug #632338 (diff) | |
download | gentoo-7f70e9250798eac47536bbc1c58b002bbb9e55d0.tar.gz gentoo-7f70e9250798eac47536bbc1c58b002bbb9e55d0.tar.bz2 gentoo-7f70e9250798eac47536bbc1c58b002bbb9e55d0.zip |
media-sound/mpfc: [QA] Remove eutils.eclass
Package-Manager: Portage-2.3.30, Repoman-2.3.9
Diffstat (limited to 'media-sound/mpfc')
-rw-r--r-- | media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild | 5 |
1 files 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 1c9f36d00895..e01587f2a116 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 } |