Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 488460 | Differences between
and this patch

Collapse All | Expand All

(-)pax-utils-0.7.ebuild (-2 / +4 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $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 $
3
# $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 $
4
4
5
EAPI=5
6
5
inherit eutils toolchain-funcs unpacker
7
inherit eutils toolchain-funcs unpacker
6
8
7
DESCRIPTION="ELF related utils for ELF 32/64 binaries that can check files for security relevant properties"
9
DESCRIPTION="ELF related utils for ELF 32/64 binaries that can check files for security relevant properties"
Lines 25-31 Link Here
25
	emake \
27
	emake \
26
		USE_CAP=$(usex caps) \
28
		USE_CAP=$(usex caps) \
27
		USE_PYTHON=$(usex python) \
29
		USE_PYTHON=$(usex python) \
28
		"$@" || die
30
		"$@"
29
}
31
}
30
32
31
src_compile() {
33
src_compile() {
Lines 37-42 Link Here
37
}
39
}
38
40
39
src_install() {
41
src_install() {
40
	_emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
42
	_emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install
41
	prepalldocs
43
	prepalldocs
42
}
44
}

Return to bug 488460