summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-27 09:45:46 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-27 14:23:08 -0400
commit8794f1e45c90b8d8918c52b85618189de4ded002 (patch)
tree510f6cfafe97d10f474aaa73a196da5a5b07de4a /media-sound
parentmedia-sound/synaesthesia: nix src_install() (diff)
downloadgentoo-8794f1e45c90b8d8918c52b85618189de4ded002.tar.gz
gentoo-8794f1e45c90b8d8918c52b85618189de4ded002.tar.bz2
gentoo-8794f1e45c90b8d8918c52b85618189de4ded002.zip
media-sound/sidplay: nix src_install()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/sidplay/sidplay-2.0.9.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/media-sound/sidplay/sidplay-2.0.9.ebuild b/media-sound/sidplay/sidplay-2.0.9.ebuild
index 982b4bfc55c9..e9a2c0d50f34 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
-}