diff options
author | Travis Tilley <lv@gentoo.org> | 2004-05-10 23:40:15 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-05-10 23:40:15 +0000 |
commit | da6e311eafae3d9a08d9fe1fc1d0335f7cbf2395 (patch) | |
tree | 73ab22824f75108f71b9aa11afe9cb46579dd5b1 /media-sound/soundtracker/soundtracker-0.6.7.ebuild | |
parent | Version bumped. Added inherit eutils. Closes #49006. (Manifest recommit) (diff) | |
download | gentoo-2-da6e311eafae3d9a08d9fe1fc1d0335f7cbf2395.tar.gz gentoo-2-da6e311eafae3d9a08d9fe1fc1d0335f7cbf2395.tar.bz2 gentoo-2-da6e311eafae3d9a08d9fe1fc1d0335f7cbf2395.zip |
added --disable-asm when not on x86 and added ~amd64 keyword
Diffstat (limited to 'media-sound/soundtracker/soundtracker-0.6.7.ebuild')
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/soundtracker/soundtracker-0.6.7.ebuild b/media-sound/soundtracker/soundtracker-0.6.7.ebuild index 376b6dca4c88..fb38541eea2f 100644 --- a/media-sound/soundtracker/soundtracker-0.6.7.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.7.ebuild,v 1.3 2004/04/01 08:16:58 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.7.ebuild,v 1.4 2004/05/10 23:40:15 lv Exp $ IUSE="nls esd gnome oss alsa jack" @@ -30,7 +30,7 @@ RDEPEND="${DEPEND} SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" src_unpack() { unpack ${A} @@ -47,6 +47,7 @@ src_compile() { use nls || myconf="${myconf} --disable-nls" use alsa || myconf="${myconf} --disable-alsa" use gnome || myconf="${myconf} --disable-gnome" + use x86 || myconf="${myconf} --disable-asm" econf ${myconf} || die "configure failed" emake || die "make failed" |