--- mplayer-1.0_pre5-r4.ebuild.orig 2004-11-20 11:26:43.000000000 +0900 +++ mplayer-1.0_pre5-r4.ebuild 2004-11-20 11:28:15.000000000 +0900 @@ -382,16 +382,10 @@ myconf="${myconf} $(use_enable mmx)" myconf="${myconf} $(use_enable mmx2)" myconf="${myconf} $(use_enable 3dnow)" + myconf="${myconf} $(use_enable altivec)" myconf="${myconf} $(use_enable debug)" myconf="${myconf} $(use_enable nls i18n)" - if use ppc64 - then - myconf="${myconf} --disable-altivec" - else - myconf="${myconf} $(use_enable altivec)" - fi - if use real then if [ -d /usr/$(get_libdir)/real ]