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

Collapse All | Expand All

(-)bluefish-1.0.7.ebuild (+5 lines)
Lines 23-28 Link Here
23
	nls? ( sys-devel/gettext )
23
	nls? ( sys-devel/gettext )
24
	gnome? ( gnome-base/libgnomeui )"
24
	gnome? ( gnome-base/libgnomeui )"
25
25
26
src_unpack() {
27
	unpack ${A}
28
	epatch "${FILESDIR}"/Bug_498954_cannot_modify_highlighting_patterns-Gentoo.diff || die "Can't Patch"
29
}
30
26
src_compile() {
31
src_compile() {
27
	econf --disable-update-databases \
32
	econf --disable-update-databases \
28
		`use_enable nls` \
33
		`use_enable nls` \

Return to bug 206663