summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/fvwm/fvwm-2.5.25.ebuild')
-rw-r--r--x11-wm/fvwm/fvwm-2.5.25.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-wm/fvwm/fvwm-2.5.25.ebuild b/x11-wm/fvwm/fvwm-2.5.25.ebuild
index 9b68653..0cddbb1 100644
--- a/x11-wm/fvwm/fvwm-2.5.25.ebuild
+++ b/x11-wm/fvwm/fvwm-2.5.25.ebuild
@@ -60,13 +60,11 @@ src_unpack() {
if ! use vanilla; then
cd "${S}"
- # this patch enables fast translucent menus in fvwm. this is a
- # minor tweak of a patch posted to fvwm-user mailing list by Olivier
- # Chapuis in <20030827135125.GA6370@snoopy.folie>.
+ # Enables fast translucent menus; patch from fvwm-user mailing list.
epatch "${FILESDIR}/fvwm-2.5.23-translucent-menus.diff"
- # This is a gentoo-specific trivial patch
- epatch "${FILESDIR}/fvwm-menu-xlock-xlockmore-compat.patch"
+ # A Gentoo-specific compatibility patch.
+ epatch "${FILESDIR}/fvwm-menu-xlock-xlockmore-compat.diff"
fi
}