Index: pax-utils-0.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.7.ebuild,v retrieving revision 1.2 diff -u -B -r1.2 pax-utils-0.7.ebuild --- pax-utils-0.7.ebuild 17 Oct 2013 15:27:56 -0000 1.2 +++ pax-utils-0.7.ebuild 18 Oct 2013 06:52:46 -0000 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.7.ebuild,v 1.2 2013/10/17 15:27:56 jer Exp $ +EAPI=5 + inherit eutils toolchain-funcs unpacker DESCRIPTION="ELF related utils for ELF 32/64 binaries that can check files for security relevant properties" @@ -25,7 +27,7 @@ emake \ USE_CAP=$(usex caps) \ USE_PYTHON=$(usex python) \ - "$@" || die + "$@" } src_compile() { @@ -37,6 +39,6 @@ } src_install() { - _emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install + _emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install prepalldocs }