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

Collapse All | Expand All

(-)/usr/portage/x11-wm/windowmaker/windowmaker-0.95.5-r1.ebuild (-1 / +6 lines)
Lines 12-18 Link Here
12
12
13
SLOT="0"
13
SLOT="0"
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
IUSE="gif jpeg nls png tiff modelock xinerama xrandr"
15
IUSE="dnd gif jpeg nls png tiff modelock xinerama xrandr"
16
KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
16
KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
17
17
18
DEPEND="media-libs/fontconfig
18
DEPEND="media-libs/fontconfig
Lines 41-46 Link Here
41
		fi;
41
		fi;
42
	done;
42
	done;
43
43
44
	# Enabled drag'n-drop, bug #518672:
45
	if use dnd; then
46
		epatch "${FILESDIR}"/${P}-dnd.patch
47
	fi
48
44
	epatch "${FILESDIR}"/${PN}-0.95.3-fix_underlinking.patch
49
	epatch "${FILESDIR}"/${PN}-0.95.3-fix_underlinking.patch
45
	epatch "${FILESDIR}"/${P}-bsd_crash.patch
50
	epatch "${FILESDIR}"/${P}-bsd_crash.patch
46
	eautoreconf
51
	eautoreconf

Return to bug 518672