From: Michał Górny Date: Sun, 15 Mar 2020 19:54:17 +0000 (+0100) Subject: dev-lang/python: Fix extraneous empty line X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2fe25b06211441a7c9bbab875f6980893a7e4774;p=gentoo.git dev-lang/python: Fix extraneous empty line Signed-off-by: Michał Górny --- diff --git a/dev-lang/python/python-3.6.10.ebuild b/dev-lang/python/python-3.6.10.ebuild index 72e2472af8f7..de99e27a7386 100644 --- a/dev-lang/python/python-3.6.10.ebuild +++ b/dev-lang/python/python-3.6.10.ebuild @@ -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."