media-sound/bladeenc: nix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Aaron Bauman
2018-05-27 09:47:41 -04:00
parent c7365aeb72
commit 81e0c445ae

View File

@@ -13,8 +13,3 @@ KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE=""
PATCHES=( "${FILESDIR}/${P}-secfix.diff" )
src_install () {
emake DESTDIR="${D}" install || die "emake install failed"
default
}