Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/substract_wave/
Date: Mon, 28 May 2018 23:02:28
Message-Id: 1527548521.5c94a424afc8f5eb2e9424f5f9bd4115eac7969d.bman@gentoo
1 commit: 5c94a424afc8f5eb2e9424f5f9bd4115eac7969d
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 17:02:11 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 23:02:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c94a424
7
8 media-sound/substract_wave: src_compile() -> src_configure()
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-sound/substract_wave/substract_wave-0.3-r1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/media-sound/substract_wave/substract_wave-0.3-r1.ebuild b/media-sound/substract_wave/substract_wave-0.3-r1.ebuild
16 index 3ddefd3e9e0..bef6d1ddfaa 100644
17 --- a/media-sound/substract_wave/substract_wave-0.3-r1.ebuild
18 +++ b/media-sound/substract_wave/substract_wave-0.3-r1.ebuild
19 @@ -20,7 +20,6 @@ PATCHES=(
20
21 DOCS=( CHANGES mono-stereo.txt README )
22
23 -src_compile() {
24 +src_configure() {
25 tc-export CC
26 - emake || die "emake failed"
27 }