commit: 5c94a424afc8f5eb2e9424f5f9bd4115eac7969d
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 17:02:11 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:02:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c94a424
media-sound/substract_wave: src_compile() -> src_configure()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-sound/substract_wave/substract_wave-0.3-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/media-sound/substract_wave/substract_wave-0.3-r1.ebuild
b/media-sound/substract_wave/substract_wave-0.3-r1.ebuild
index 3ddefd3e9e0..bef6d1ddfaa 100644
--- a/media-sound/substract_wave/substract_wave-0.3-r1.ebuild
+++ b/media-sound/substract_wave/substract_wave-0.3-r1.ebuild
@@ -20,7 +20,6 @@ PATCHES=(
DOCS=( CHANGES mono-stereo.txt README )
-src_compile() {
+src_configure() {
tc-export CC
- emake || die "emake failed"
}