mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lang/python: Fix extraneous empty line
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -155,7 +155,6 @@ src_configure() {
|
||||
|
||||
OPT="" econf "${myeconfargs[@]}"
|
||||
|
||||
|
||||
if use threads && grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" pyconfig.h; then
|
||||
eerror "configure has detected that the sem_open function is broken."
|
||||
eerror "Please ensure that /dev/shm is mounted as a tmpfs with mode 1777."
|
||||
|
||||
Reference in New Issue
Block a user