summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/python: subscribe to virtual/libffi sub slotThomas Deutschmann2018-10-011-2/+2
| | | | | Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* dev-lang/python: Remove support for non-existent depsMichał Górny2018-08-261-2/+0
|
* dev-lang/python: Move readline dep outside 'ncurses?'Michał Górny2018-04-201-4/+2
| | | | | | | | | Move the dependency on readline to be independent of ncurses. Looking at the code, there is no apparent reason for putting it inside 'ncurses?' block. Furthermore, it is inconsistent with how the readline module build is controlled. Closes: https://bugs.gentoo.org/401651
* dev-lang/python: compatibility patch for libresslAaron Bauman2018-04-131-1/+2
| | | | | | | | | | This patch fixes building with >=dev-libs/libressl-2.7. Additionally, the slot and subslot modifier have been updated to ensure rebuilds are properly triggered. Patch is from upstream commit 4ca0739c9d97ac7cd45499e0d31be68dc659d0e1. Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7971
* */*: Remove sparc-fbsd keywordsMichał Górny2018-01-231-2/+2
|
* dev-lang/python: stabilize nis disablement for 2.7 and 3.5Mike Gilbert2017-12-041-1/+1
| | | | Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
* dev-lang/python: disable the nis moduleMike Gilbert2017-11-111-0/+366
This fails to build with glibc-2.26. Bug: https://bugs.gentoo.org/631488 Package-Manager: Portage-2.3.13_p1, Repoman-2.3.3_p81