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

Collapse All | Expand All

(-)/usr/portage/x11-misc/xscreensaver/xscreensaver-4.20.ebuild (-1 / +4 lines)
Lines 4-10 Link Here
4
4
5
inherit eutils flag-o-matic
5
inherit eutils flag-o-matic
6
6
7
IUSE="pam kerberos krb4 gtk gnome opengl jpeg xinerama offensive motif"
7
IUSE="pam kerberos krb4 gtk gnome opengl jpeg xinerama offensive motif nls xjackuser"
8
8
9
DESCRIPTION="a modular screensaver for X11"
9
DESCRIPTION="a modular screensaver for X11"
10
SRC_URI="http://www.jwz.org/xscreensaver/${P}.tar.gz"
10
SRC_URI="http://www.jwz.org/xscreensaver/${P}.tar.gz"
Lines 86-91 Link Here
86
	epatch ${FILESDIR}/${PN}-4.14-fortune.patch
86
	epatch ${FILESDIR}/${PN}-4.14-fortune.patch
87
	# disable not-safe-for-work xscreensavers
87
	# disable not-safe-for-work xscreensavers
88
	use offensive || epatch ${FILESDIR}/${PN}-4.16-nsfw.patch
88
	use offensive || epatch ${FILESDIR}/${PN}-4.16-nsfw.patch
89
	
90
	use xjackuser && epatch ${FILESDIR}/${P}-xjack-boy-girl.patch.bz2
91
	
89
}
92
}
90
93
91
src_compile() {
94
src_compile() {

Return to bug 89134