Here is a patch for current ebuild to support the latest version: --- ufo2000-0.4.0_beta324.ebuild 2004-01-31 03:02:18.000000000 +0200 +++ ufo2000-0.4.0.334.ebuild 2004-02-11 11:28:06.594758320 +0200 @@ -19,6 +19,9 @@ >=media-libs/allegro-4.0.0 >=dev-lang/lua-5.0 >=dev-games/hawknl-1.66 + >=media-libs/aldumb-0.9.2 + media-libs/libogg + media-libs/libvorbis dev-libs/expat" src_unpack() { @@ -40,6 +43,7 @@ emake \ DATA_DIR="${GAMES_DATADIR}/${PN}" \ OPTFLAGS="${CXXFLAGS}" \ + dumbogg=1 \ || die "emake failed" } Reproducible: Always Steps to Reproduce:
Version bumped in CVS. Thanks for the bug report and patch. For future patches, please attach them as text/plain. They're much easier to deal with that way. Thanks.