media-sound/aseqview: nix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Aaron Bauman
2018-05-27 09:48:16 -04:00
parent 81e0c445ae
commit 26a53d6f5e

View File

@@ -21,8 +21,3 @@ DEPEND="${RDEPEND}
src_configure() {
econf --disable-alsatest --disable-gtktest --enable-gtk2
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
default
}