commit:     6f1e879c8f5bc01ed64f139b075f4d4b282750c6
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:45:13 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=6f1e879c

media-sound/synaesthesia: nix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/synaesthesia/synaesthesia-2.4.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/media-sound/synaesthesia/synaesthesia-2.4.ebuild 
b/media-sound/synaesthesia/synaesthesia-2.4.ebuild
index f29bbe7232c..e431ff39007 100644
--- a/media-sound/synaesthesia/synaesthesia-2.4.ebuild
+++ b/media-sound/synaesthesia/synaesthesia-2.4.ebuild
@@ -20,12 +20,8 @@ DEPEND="${RDEPEND}
        x11-base/xorg-proto"
 
 src_prepare() {
+       default
        sed -e '/CFLAGS=/s:-O4:${CFLAGS}:' \
                -e '/CXXFLAGS=/s:-O4:${CXXFLAGS}:' -i configure || die "sed 
failed"
        sed -e 's:void inline:inline void:' -i syna.h || die "sed failed"
 }
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       default
-}

Reply via email to