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

Collapse All | Expand All

(-)genlop-0.30.4.ebuild (+8 lines)
Lines 17-22 Link Here
17
	 >=dev-perl/DateManip-5.40"
17
	 >=dev-perl/DateManip-5.40"
18
RDEPEND="${DEPEND}"
18
RDEPEND="${DEPEND}"
19
19
20
inherit eutils
21
22
src_unpack() {
23
	unpack ${A}
24
	cd "${S}"
25
	epatch "${FILESDIR}"/${P}-roundup.patch
26
}
27
20
src_install() {
28
src_install() {
21
	dobin genlop || die
29
	dobin genlop || die
22
	dodoc README Changelog
30
	dodoc README Changelog

Return to bug 100938