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

Collapse All | Expand All

(-)/usr/portage/net-wireless/bluez/bluez-5.44.ebuild (-5 / +3 lines)
Lines 19-25 Link Here
19
# change in the future, hence, this REQUIRED_USE constraint could be dropped
19
# change in the future, hence, this REQUIRED_USE constraint could be dropped
20
# again in the future.
20
# again in the future.
21
REQUIRED_USE="
21
REQUIRED_USE="
22
	extra-tools? ( readline )
22
	extra-tools? ( deprecated readline )
23
	test? ( ${PYTHON_REQUIRED_USE} )
23
	test? ( ${PYTHON_REQUIRED_USE} )
24
	test-programs? ( ${PYTHON_REQUIRED_USE} )
24
	test-programs? ( ${PYTHON_REQUIRED_USE} )
25
	user-session? ( systemd )
25
	user-session? ( systemd )
Lines 187-196 Link Here
187
			# http://permalink.gmane.org/gmane.linux.bluez.kernel/53115
187
			# http://permalink.gmane.org/gmane.linux.bluez.kernel/53115
188
			# http://comments.gmane.org/gmane.linux.bluez.kernel/54564
188
			# http://comments.gmane.org/gmane.linux.bluez.kernel/54564
189
			# gatttool is only built with readline, bug #530776
189
			# gatttool is only built with readline, bug #530776
190
			if use readline; then
190
			dobin attrib/gatttool
191
				dobin attrib/gatttool
191
			dobin tools/btmgmt
192
				dobin tools/btmgmt
193
			fi
194
		fi
192
		fi
195
193
196
		# Unittests are not that useful once installed, so make them optional
194
		# Unittests are not that useful once installed, so make them optional

Return to bug 622712