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

Collapse All | Expand All

(-)minbif-1.0.ebuild.orig (-1 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI=2
5
EAPI=2
6
6
7
inherit cmake-utils
7
inherit cmake-utils eutils
8
8
9
DESCRIPTION="an IRC gateway to IM networks"
9
DESCRIPTION="an IRC gateway to IM networks"
10
HOMEPAGE="http://minbif.im/"
10
HOMEPAGE="http://minbif.im/"
Lines 31-36 Link Here
31
		sed -i "s/type\s=\s[0-9]/type = 0/" \
31
		sed -i "s/type\s=\s[0-9]/type = 0/" \
32
			minbif.conf || die "sed failed"
32
			minbif.conf || die "sed failed"
33
	fi
33
	fi
34
	epatch "${FILESDIR}/${P}-as-needed.patch"
34
}
35
}
35
36
36
src_configure() {
37
src_configure() {

Return to bug 299478