--- smpeg-0.4.4-r4.ebuild.old 2004-07-23 06:46:17.505925240 +0900 +++ smpeg-0.4.4-r4.ebuild 2004-07-23 06:47:14.268948256 +0900 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r4.ebuild,v 1.16 2004/07/16 21:36:20 mr_bones_ Exp $ -inherit eutils gcc +inherit eutils gcc gnuconfig DESCRIPTION="SDL MPEG Player Library" HOMEPAGE="http://www.lokigames.com/development/smpeg.php3" @@ -10,7 +10,7 @@ LICENSE="LGPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64" +KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64 ppc64" IUSE="X gtk opengl debug" DEPEND=">=media-libs/libsdl-1.2.0 @@ -21,6 +21,7 @@ src_unpack() { unpack ${A} cd ${S} + use ppc64 && gnuconfig_update sed -i \ -e 's:-mcpu=ev4 -Wa,-mall::' \ -e 's:-march=486::' \