--- fastjar-0.98-r1.ebuild.orig 2012-09-11 21:06:35.000000000 -0600 +++ fastjar-0.98-r1.ebuild 2012-09-11 21:03:08.000000000 -0600 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.98-r1.ebuild,v 1.5 2010/07/19 01:14:13 josejx Exp $ -EAPI=2 +EAPI=4 inherit eutils @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" IUSE="" @@ -24,8 +24,3 @@ # bug #325557 epatch "${FILESDIR}/0.98-traversal.patch" } - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO || die -}