Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79770
Collapse All | Expand All

(-)xlockmore-5.12.ebuild (-2 / +3 lines)
Lines 4-10 Link Here
4
4
5
inherit gnuconfig eutils
5
inherit gnuconfig eutils
6
6
7
IUSE="nas esd motif opengl truetype gtk pam"
7
IUSE="nas esd motif opengl truetype gtk pam xlockrc"
8
8
9
DESCRIPTION="Just another screensaver application for X"
9
DESCRIPTION="Just another screensaver application for X"
10
SRC_URI="http://ftp.tux.org/pub/tux/bagleyd/xlockmore/${P}.tar.bz2"
10
SRC_URI="http://ftp.tux.org/pub/tux/bagleyd/xlockmore/${P}.tar.bz2"
Lines 29-35 Link Here
29
	local myconf
29
	local myconf
30
	myconf="--enable-vtlock"
30
	myconf="--enable-vtlock"
31
	use pam && myconf="${myconf} --enable-pam" \
31
	use pam && myconf="${myconf} --enable-pam" \
32
		|| myconf="${myconf} --disable-pam --enable-xlockrc"
32
		|| myconf="${myconf} --disable-pam"
33
	use xlockrc && myconf="${myconf} --enable-xlockrc"
33
	use nas || myconf="${myconf} --without-nas"
34
	use nas || myconf="${myconf} --without-nas"
34
	use esd && myconf="${myconf} --with-esound"
35
	use esd && myconf="${myconf} --with-esound"
35
	use opengl || myconf="${myconf} --without-opengl --without-gltt --without-mesa"
36
	use opengl || myconf="${myconf} --without-opengl --without-gltt --without-mesa"

Return to bug 79770