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

Collapse All | Expand All

(-)Gentoo/usr/portage/sys-apps/findutils/findutils-4.5.11.ebuild~ (-2 / +4 lines)
Lines 4-10 Link Here
4
4
5
EAPI="3"
5
EAPI="3"
6
6
7
inherit eutils flag-o-matic toolchain-funcs multilib
7
inherit eutils flag-o-matic toolchain-funcs multilib autotools
8
8
9
DESCRIPTION="GNU utilities for finding files"
9
DESCRIPTION="GNU utilities for finding files"
10
HOMEPAGE="http://www.gnu.org/software/findutils/"
10
HOMEPAGE="http://www.gnu.org/software/findutils/"
Lines 24-30 Link Here
24
src_prepare() {
24
src_prepare() {
25
	# Don't build or install locate because it conflicts with slocate,
25
	# Don't build or install locate because it conflicts with slocate,
26
	# which is a secure version of locate.  See bug 18729
26
	# which is a secure version of locate.  See bug 18729
27
	sed -i '/^SUBDIRS/s/locate//' Makefile.in
27
	sed -i '/^SUBDIRS/s/locate//' Makefile.am
28
	epatch "${FILESDIR}/${P}-unlinkat.patch"
29
	eautoreconf || die
28
}
30
}
29
31
30
src_configure() {
32
src_configure() {

Return to bug 469206