dev-lang/python: Fix extraneous empty line

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-03-15 20:54:17 +01:00
parent 4869d00b64
commit 2fe25b0621

View File

@@ -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."