diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-09-29 09:06:11 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-09-29 09:06:11 +0000 |
commit | 75b7295aae29b9b1daa1588515d8a4af0002d788 (patch) | |
tree | 73e3c16cbded74717e67638290f9b5e634d42551 /media-sound/fluidsynth | |
parent | Avoid double econf run with EAPI=2. (diff) | |
download | gentoo-2-75b7295aae29b9b1daa1588515d8a4af0002d788.tar.gz gentoo-2-75b7295aae29b9b1daa1588515d8a4af0002d788.tar.bz2 gentoo-2-75b7295aae29b9b1daa1588515d8a4af0002d788.zip |
Avoid double econf run with EAPI=2.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'media-sound/fluidsynth')
-rw-r--r-- | media-sound/fluidsynth/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/media-sound/fluidsynth/ChangeLog b/media-sound/fluidsynth/ChangeLog index 0a49c5a89650..4104c48f620b 100644 --- a/media-sound/fluidsynth/ChangeLog +++ b/media-sound/fluidsynth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/fluidsynth # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.43 2008/09/29 05:58:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.44 2008/09/29 09:06:11 flameeyes Exp $ + + 29 Sep 2008; Diego Pettenò <flameeyes@gentoo.org> + fluidsynth-1.0.8-r1.ebuild: + Avoid double econf run with EAPI=2. *fluidsynth-1.0.8-r1 (29 Sep 2008) diff --git a/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild index 5546ae435fac..697b348017b9 100644 --- a/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild +++ b/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild,v 1.1 2008/09/29 05:58:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild,v 1.2 2008/09/29 09:06:11 flameeyes Exp $ EAPI=2 @@ -33,7 +33,7 @@ pkg_setup() { fi } -src_compile() { +src_configure() { local myconf if use alsa; then @@ -55,8 +55,6 @@ src_compile() { $(use_enable debug) \ $(use_with readline) \ ${myconf} || die "./configure failed" - - emake || die "make failed" } src_install() { |