commit: 2fe25b06211441a7c9bbab875f6980893a7e4774
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 19:54:17 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 19:54:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe25b06
dev-lang/python: Fix extraneous empty line
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-lang/python/python-3.6.10.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-lang/python/python-3.6.10.ebuild
b/dev-lang/python/python-3.6.10.ebuild
index 72e2472af8f..de99e27a738 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."