--- /usr/portage/net-wireless/bluez/bluez-5.45.ebuild 2017-05-13 10:23:00.000000000 -0400 +++ bluez-5.45.ebuild 2017-06-25 17:01:44.899636332 -0400 @@ -19,7 +19,7 @@ # change in the future, hence, this REQUIRED_USE constraint could be dropped # again in the future. REQUIRED_USE=" - extra-tools? ( readline ) + extra-tools? ( deprecated readline ) test? ( ${PYTHON_REQUIRED_USE} ) test-programs? ( ${PYTHON_REQUIRED_USE} ) user-session? ( systemd ) @@ -187,10 +187,9 @@ # http://permalink.gmane.org/gmane.linux.bluez.kernel/53115 # http://comments.gmane.org/gmane.linux.bluez.kernel/54564 # gatttool is only built with readline, bug #530776 - if use readline; then - dobin attrib/gatttool - dobin tools/btmgmt - fi + + dobin attrib/gatttool + dobin tools/btmgmt fi # Unittests are not that useful once installed, so make them optional