--- air.orig//air-2.0.0.ebuild 2010-02-27 04:43:37.000000000 +0800 +++ air.orig//air-2.0.0.ebuild 2012-04-02 17:49:11.731327971 +0800 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-2.0.0.ebuild,v 1.1 2010/02/26 20:43:37 patrick Exp $ +inherit eutils + DESCRIPTION="A GUI front-end to dd/dcfldd" HOMEPAGE="http://air-imager.sourceforge.net/" SRC_URI="mirror://sourceforge/air-imager/${P}.tar.gz" @@ -24,6 +26,8 @@ userland_GNU? ( sys-apps/coreutils )" src_compile() { + epatch "${FILESDIR}"/install.patch + einfo "nothing to compile" }