summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.6.5-r1.ebuild
AgeCommit message (Collapse)Author
2019-03-23dev-lang/python: remove oldMike Gilbert
Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
2018-10-01dev-lang/python: subscribe to virtual/libffi sub slotThomas Deutschmann
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
2018-04-21dev-lang/python: Fix automagic dep on bluetooth headersMichał Górny
Add IUSE=bluetooth to control the support for AF_BLUETOOTH. When enabled, pull net-wireless/bluez to provide headers necessary to build it. When disabled, explicitly make the configure test for appropriate headers fail for consistency. Closes: https://bugs.gentoo.org/479576