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

Collapse All | Expand All

(-)/usr/portage/gentoo/x11-wm/fvwm/fvwm-2.6.3.ebuild (-1 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI=2
5
EAPI=2
6
6
7
inherit eutils flag-o-matic
7
inherit eutils flag-o-matic base
8
8
9
DESCRIPTION="An extremely powerful ICCCM-compliant multiple virtual desktop window manager"
9
DESCRIPTION="An extremely powerful ICCCM-compliant multiple virtual desktop window manager"
10
HOMEPAGE="http://www.fvwm.org/"
10
HOMEPAGE="http://www.fvwm.org/"
Lines 71-76 Link Here
71
		# Enables fast translucent menus; patch from fvwm-user mailing list.
71
		# Enables fast translucent menus; patch from fvwm-user mailing list.
72
		epatch "${FILESDIR}/${PN}-2.5.27-translucent-menus.diff"
72
		epatch "${FILESDIR}/${PN}-2.5.27-translucent-menus.diff"
73
	fi
73
	fi
74
	epatch_user
74
}
75
}
75
76
76
src_configure() {
77
src_configure() {

Return to bug 411811