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

(-)old/bluez-utils-3.36.ebuild (-3 / +2 lines)
Lines 92-101 Link Here
92
	dodoc AUTHORS ChangeLog README || die
92
	dodoc AUTHORS ChangeLog README || die
93
93
94
	# a very simple example daemon
94
	# a very simple example daemon
95
	dobin test/passkey-agent || die
96
	dobin test/auth-agent || die
97
98
	if use test-programs ; then
95
	if use test-programs ; then
96
		dobin test/passkey-agent || die
97
		dobin test/auth-agent || die
99
		dobin input/test-input || die
98
		dobin input/test-input || die
100
	fi
99
	fi
101
100

Return to bug 234472