commit: 8794f1e45c90b8d8918c52b85618189de4ded002
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:45:46 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8794f1e4
media-sound/sidplay: nix src_install()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-sound/sidplay/sidplay-2.0.9.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/media-sound/sidplay/sidplay-2.0.9.ebuild
b/media-sound/sidplay/sidplay-2.0.9.ebuild
index 982b4bfc55c..e9a2c0d50f3 100644
--- a/media-sound/sidplay/sidplay-2.0.9.ebuild
+++ b/media-sound/sidplay/sidplay-2.0.9.ebuild
@@ -20,8 +20,3 @@ PATCHES=(
"${FILESDIR}/${P}-gcc43.patch"
"${FILESDIR}/${P}-gcc44.patch"
)
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- default
-}