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

Collapse All | Expand All

(-)crow-designer-2.11.3.ebuild (-5 lines)
Lines 22-32 DEPEND="${RDEPEND} Link Here
22
22
23
S=${WORKDIR}/crow-${PV}
23
S=${WORKDIR}/crow-${PV}
24
24
25
pkg_setup() {
26
	built_with_use dev-cpp/gtkmm accessibility || die \
27
		"${PN} requires dev-cpp/gtkmm built with accessibility USE flag."
28
}
29
30
src_compile() {
25
src_compile() {
31
	econf || die "configuration failed"
26
	econf || die "configuration failed"
32
	emake || die "compilation failed"
27
	emake || die "compilation failed"

Return to bug 263700