diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-26 22:03:41 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-26 22:03:41 +0000 |
commit | 85bc27b40de3027681c797334b3f6c2ff274a66c (patch) | |
tree | d47030098edf67518d2e6d3eab7063f44abdb78c /media-sound/mp3c/mp3c-0.29.ebuild | |
parent | doesn't compile on >=kde 3.2, no upstream work for 15 months and it is broken... (diff) | |
download | gentoo-2-85bc27b40de3027681c797334b3f6c2ff274a66c.tar.gz gentoo-2-85bc27b40de3027681c797334b3f6c2ff274a66c.tar.bz2 gentoo-2-85bc27b40de3027681c797334b3f6c2ff274a66c.zip |
Stable x86, amd64, sparc.
Diffstat (limited to 'media-sound/mp3c/mp3c-0.29.ebuild')
-rw-r--r-- | media-sound/mp3c/mp3c-0.29.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/media-sound/mp3c/mp3c-0.29.ebuild b/media-sound/mp3c/mp3c-0.29.ebuild index adeeeaed5b84..4d062800b7b1 100644 --- a/media-sound/mp3c/mp3c-0.29.ebuild +++ b/media-sound/mp3c/mp3c-0.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3c/mp3c-0.29.ebuild,v 1.4 2004/07/13 08:06:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3c/mp3c-0.29.ebuild,v 1.5 2004/07/26 22:03:41 eradicator Exp $ IUSE="oggvorbis" @@ -15,12 +15,7 @@ DEPEND="media-sound/lame SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~amd64 ~sparc" - -src_compile() { - econf || die "./configure failed" - emake || die "make failed" -} +KEYWORDS="x86 ~ppc amd64 sparc" src_install () { make DESTDIR="${D}" install || die |