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

Collapse All | Expand All

(-)rng-tools-3.ebuild (-1 / +2 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/rng-tools/rng-tools-3.ebuild,v 1.1 2010/11/08 12:18:52 nelchael Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/rng-tools/rng-tools-3.ebuild,v 1.1 2010/11/08 12:18:52 nelchael Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit autotools
6
inherit eutils autotools
7
7
8
DESCRIPTION="Daemon to use hardware random number generators."
8
DESCRIPTION="Daemon to use hardware random number generators."
9
HOMEPAGE="http://gkernel.sourceforge.net/"
9
HOMEPAGE="http://gkernel.sourceforge.net/"
Lines 17-22 Link Here
17
17
18
src_prepare() {
18
src_prepare() {
19
	echo 'bin_PROGRAMS = randstat' >> contrib/Makefile.am
19
	echo 'bin_PROGRAMS = randstat' >> contrib/Makefile.am
20
	epatch "${FILESDIR}"/test-for-argp.patch
20
	eautoreconf
21
	eautoreconf
21
}
22
}
22
23

Return to bug 292191