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-2-r1.ebuild (-1 / +2 lines)
Lines 2-8 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/sys-apps/rng-tools/rng-tools-2-r1.ebuild,v 1.1 2009/09/03 20:27:20 williamh Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/rng-tools/rng-tools-2-r1.ebuild,v 1.1 2009/09/03 20:27:20 williamh Exp $
4
4
5
inherit autotools
5
inherit eutils autotools
6
6
7
DESCRIPTION="Daemon to use hardware random number generators."
7
DESCRIPTION="Daemon to use hardware random number generators."
8
HOMEPAGE="http://gkernel.sourceforge.net/"
8
HOMEPAGE="http://gkernel.sourceforge.net/"
Lines 20-25 Link Here
20
	# we want this extra tool
20
	# we want this extra tool
21
	cd "${S}"
21
	cd "${S}"
22
	echo 'bin_PROGRAMS = randstat' > contrib/Makefile.am
22
	echo 'bin_PROGRAMS = randstat' > contrib/Makefile.am
23
	epatch "${FILESDIR}"/test-for-argp.patch
23
	eautoreconf
24
	eautoreconf
24
}
25
}
25
26

Return to bug 292191