summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-15 20:54:17 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-15 20:54:37 +0100
commit2fe25b06211441a7c9bbab875f6980893a7e4774 (patch)
tree2e9246c1f726fdc985f419521fdf96451bf7f9b8 /dev-lang/python
parentmedia-gfx/darktable: version bump (diff)
downloadgentoo-2fe25b06211441a7c9bbab875f6980893a7e4774.tar.gz
gentoo-2fe25b06211441a7c9bbab875f6980893a7e4774.tar.bz2
gentoo-2fe25b06211441a7c9bbab875f6980893a7e4774.zip
dev-lang/python: Fix extraneous empty line
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python')
-rw-r--r--dev-lang/python/python-3.6.10.ebuild1
1 files changed, 0 insertions, 1 deletions
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."